#CA5227

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

Shades of Trinidad #CA5227

Tints of Trinidad #CA5227

Color information

#CA5227 (or 0xCA5227) is unknown color: approx Trinidad. HEX triplet: CA, 52 and 27. RGB value is (202,82,39). Sum of RGB (Red+Green+Blue) = 202+82+39=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5227 is #35ADD8. Grayscale: #717171. Windows color (decimal): -3517913 or 2577098. OLE color: 2577098.

HSL color Cylindrical-coordinate representation of color #CA5227: hue angle of 15.83º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA5227 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB2028239-
CMYK00.590.810.21
HSL15.83º67.63%47.25%-
HSV(B)15.83º80.69%79.22%-
XYZ27.7418.744.07-
YUV112.9886.26191.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.54%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 39 (15.62% from 255) = 12.07%
R=62.54%
G=25.39%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202823900.590.810.2115.8367.6347.25
HexCA522703B511510442f
Octal31212247073121252010457
Binary1100101010100101001110111011101000110101100001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5227; }

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

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

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

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

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

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

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

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