#CA5232

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

Shades of Trinidad #CA5232

Tints of Trinidad #CA5232

Color information

#CA5232 (or 0xCA5232) is unknown color: approx Trinidad. HEX triplet: CA, 52 and 32. RGB value is (202,82,50). Sum of RGB (Red+Green+Blue) = 202+82+50=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5232 is #35ADCD. Grayscale: #727272. Windows color (decimal): -3517902 or 3297994. OLE color: 3297994.

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

Color convert

RGB2028250-
CMYK00.590.750.21
HSL12.63º60.32%49.41%-
HSV(B)12.63º75.25%79.22%-
XYZ27.9518.825.18-
YUV114.2391.76190.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.48%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 50 (19.92% from 255) = 14.97%
R=60.48%
G=24.55%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202825000.590.750.2112.6360.3249.41
HexCA523203B4B15d3c31
Octal3121226207311325157461
Binary11001010101001011001001110111001011101011101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5232; }

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

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

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

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

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

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

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

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