#CA5739

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

Shades of Trinidad #CA5739

Tints of Trinidad #CA5739

Color information

#CA5739 (or 0xCA5739) is unknown color: approx Trinidad. HEX triplet: CA, 57 and 39. RGB value is (202,87,57). Sum of RGB (Red+Green+Blue) = 202+87+57=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5739 is #35A8C6. Grayscale: #767676. Windows color (decimal): -3516615 or 3758026. OLE color: 3758026.

HSL color Cylindrical-coordinate representation of color #CA5739: hue angle of 12.41º 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 #CA5739 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB2028757-
CMYK00.570.720.21
HSL12.41º57.77%50.78%-
HSV(B)12.41º71.78%79.22%-
XYZ28.519.676.16-
YUV117.9693.6187.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 57 (22.66% from 255) = 16.47%
R=58.38%
G=25.14%
B=16.47%

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
Decimal202875700.570.720.2112.4157.7750.78
HexCA57390394815c3a33
Octal3121277107111025147263
Binary11001010101011111100101110011001000101011100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5739; }

 p { color: rgb(202,87,57); }

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

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

 a { background-color: rgb(202,87,57); }

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

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

 span { border-color: rgb(202,87,57); }

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