#CA5322

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

Shades of Trinidad #CA5322

Tints of Trinidad #CA5322

Color information

#CA5322 (or 0xCA5322) is unknown color: approx Trinidad. HEX triplet: CA, 53 and 22. RGB value is (202,83,34). Sum of RGB (Red+Green+Blue) = 202+83+34=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5322 is #35ACDD. Grayscale: #717171. Windows color (decimal): -3517662 or 2249674. OLE color: 2249674.

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

Color convert

RGB2028334-
CMYK00.590.830.21
HSL17.5º71.19%46.27%-
HSV(B)17.5º83.17%79.22%-
XYZ27.7418.863.69-
YUV11383.42191.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 34 (13.67% from 255) = 10.66%
R=63.32%
G=26.02%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202833400.590.830.2117.571.1946.27
HexCA532203B531512472e
Octal31212342073123252210756
Binary1100101010100111000100111011101001110101100101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5322; }

 p { color: rgb(202,83,34); }

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

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

 a { background-color: rgb(202,83,34); }

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

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

 span { border-color: rgb(202,83,34); }

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