#cc4432

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

Shades of Trinidad #CC4432

Tints of Trinidad #CC4432

Color information

#CC4432 (or 0xCC4432) is unknown color: approx Trinidad. HEX triplet: CC, 44 and 32. RGB value is (204,68,50). Sum of RGB (Red+Green+Blue) = 204+68+50=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4432 is #33BBCD. Grayscale: #6A6A6A. Windows color (decimal): -3390414 or 3294412. OLE color: 3294412.

HSL color Cylindrical-coordinate representation of color #CC4432: hue angle of 7.01º degrees, saturation: 0.61, 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 #CC4432 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB2046850-
CMYK00.670.750.2
HSL7.01º60.63%49.8%-
HSV(B)7.01º75.49%80%-
XYZ27.5417.24.89-
YUV106.6196.06197.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.35%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 50 (19.92% from 255) = 15.53%
R=63.35%
G=21.12%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204685000.670.750.27.0160.6349.8
HexCC44320434B1473d32
Octal3141046201031132477562
Binary11001100100010011001001000011100101110100111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc4432; }

 p { color: rgb(204,68,50); }

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

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

 a { background-color: rgb(204,68,50); }

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

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

 span { border-color: rgb(204,68,50); }

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