#ca5638

Color #CA5638 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #CA5638

Tints of Trinidad #CA5638

Color information

#CA5638 (or 0xCA5638) is unknown color: approx Trinidad. HEX triplet: CA, 56 and 38. RGB value is (202,86,56). Sum of RGB (Red+Green+Blue) = 202+86+56=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5638 is #35A9C7. Grayscale: #757575. Windows color (decimal): -3516872 or 3692234. OLE color: 3692234.

HSL color Cylindrical-coordinate representation of color #CA5638: hue angle of 12.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA5638 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB2028656-
CMYK00.570.720.21
HSL12.33º57.94%50.59%-
HSV(B)12.33º72.28%79.22%-
XYZ28.419.56.01-
YUV117.2693.43188.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 56 (22.27% from 255) = 16.28%
R=58.72%
G=25%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202865600.570.720.2112.3357.9450.59
HexCA56380394815c3a33
Octal3121267007111025147263
Binary11001010101011011100001110011001000101011100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5638; }

 p { color: rgb(202,86,56); }

 H1.HeaderClassName
 {
   color: #ca5638;
 }
 .AnyTagClassName
 {
   color: #ca5638;
 }
</style>
background-color css

<style>
 a { background-color: #ca5638; }

 a { background-color: rgb(202,86,56); }

 div.DivClassName
 {
   background-color: #ca5638;
 }
 .BgClassName
 {
   background-color: #ca5638;
 }
</style>
border-color css

<style>
 span { border-color: #ca5638; }

 span { border-color: rgb(202,86,56); }

 td.TdClassName
 {
   border-color: #ca5638;
 }
 .TagClassName
 {
   border-color: #ca5638;
 }
</style>