#CA5221

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

Shades of Trinidad #CA5221

Tints of Trinidad #CA5221

Color information

#CA5221 (or 0xCA5221) is unknown color: approx Trinidad. HEX triplet: CA, 52 and 21. RGB value is (202,82,33). Sum of RGB (Red+Green+Blue) = 202+82+33=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5221 is #35ADDE. Grayscale: #707070. Windows color (decimal): -3517919 or 2183882. OLE color: 2183882.

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

Color convert

RGB2028233-
CMYK00.590.840.21
HSL17.4º71.91%46.08%-
HSV(B)17.4º83.66%79.22%-
XYZ27.6518.73.59-
YUV112.2983.26191.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.72%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 33 (13.28% from 255) = 10.41%
R=63.72%
G=25.87%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202823300.590.840.2117.471.9146.08
HexCA522103B541511482e
Octal31212241073124252111056
Binary1100101010100101000010111011101010010101100011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5221; }

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

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

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

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

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

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

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

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