#CA5239

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

Shades of Trinidad #CA5239

Tints of Trinidad #CA5239

Color information

#CA5239 (or 0xCA5239) is unknown color: approx Trinidad. HEX triplet: CA, 52 and 39. RGB value is (202,82,57). Sum of RGB (Red+Green+Blue) = 202+82+57=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5239 is #35ADC6. Grayscale: #737373. Windows color (decimal): -3517895 or 3756746. OLE color: 3756746.

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

Color convert

RGB2028257-
CMYK00.590.720.21
HSL10.34º57.77%50.78%-
HSV(B)10.34º71.78%79.22%-
XYZ28.1118.896.03-
YUV115.0395.26190.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.24%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 57 (22.66% from 255) = 16.72%
R=59.24%
G=24.05%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202825700.590.720.2110.3457.7750.78
HexCA523903B4815a3a33
Octal3121227107311025127263
Binary11001010101001011100101110111001000101011010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5239; }

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

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

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

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

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

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

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

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