#CC5233

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

Shades of Trinidad #CC5233

Tints of Trinidad #CC5233

Color information

#CC5233 (or 0xCC5233) is unknown color: approx Trinidad. HEX triplet: CC, 52 and 33. RGB value is (204,82,51). Sum of RGB (Red+Green+Blue) = 204+82+51=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5233 is #33ADCC. Grayscale: #737373. Windows color (decimal): -3386829 or 3363532. OLE color: 3363532.

HSL color Cylindrical-coordinate representation of color #CC5233: hue angle of 12.16º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC5233 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB2048251-
CMYK00.600.750.2
HSL12.16º60%50%-
HSV(B)12.16º75%80%-
XYZ28.5219.115.32-
YUV114.9491.92191.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.53%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 51 (20.31% from 255) = 15.13%
R=60.53%
G=24.33%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204825100.600.750.212.166050
HexCC523303C4B14c3c32
Octal3141226307411324147462
Binary11001100101001011001101111001001011101001100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5233; }

 p { color: rgb(204,82,51); }

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

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

 a { background-color: rgb(204,82,51); }

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

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

 span { border-color: rgb(204,82,51); }

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