#CC4737

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

Shades of Trinidad #CC4737

Tints of Trinidad #CC4737

Color information

#CC4737 (or 0xCC4737) is unknown color: approx Trinidad. HEX triplet: CC, 47 and 37. RGB value is (204,71,55). Sum of RGB (Red+Green+Blue) = 204+71+55=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4737 is #33B8C8. Grayscale: #6D6D6D. Windows color (decimal): -3389641 or 3622860. OLE color: 3622860.

HSL color Cylindrical-coordinate representation of color #CC4737: hue angle of 6.44º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC4737 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB2047155-
CMYK00.650.730.2
HSL6.44º59.36%50.78%-
HSV(B)6.44º73.04%80%-
XYZ27.8417.625.55-
YUV108.9497.56195.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.82%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 55 (21.88% from 255) = 16.67%
R=61.82%
G=21.52%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204715500.650.730.26.4459.3650.78
HexCC4737041491463b33
Octal3141076701011112467363
Binary11001100100011111011101000001100100110100110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4737; }

 p { color: rgb(204,71,55); }

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

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

 a { background-color: rgb(204,71,55); }

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

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

 span { border-color: rgb(204,71,55); }

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