#CC4D2C

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

Shades of Trinidad #CC4D2C

Tints of Trinidad #CC4D2C

Color information

#CC4D2C (or 0xCC4D2C) is unknown color: approx Trinidad. HEX triplet: CC, 4D and 2C. RGB value is (204,77,44). Sum of RGB (Red+Green+Blue) = 204+77+44=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4D2C is #33B2D3. Grayscale: #6F6F6F. Windows color (decimal): -3388116 or 2903500. OLE color: 2903500.

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

Color convert

RGB2047744-
CMYK00.620.780.2
HSL12.38º64.52%48.63%-
HSV(B)12.38º78.43%80%-
XYZ28.0118.334.44-
YUV111.2190.08194.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.77%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 44 (17.58% from 255) = 13.54%
R=62.77%
G=23.69%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204774400.620.780.212.3864.5248.63
HexCC4D2C03E4E14c4131
Octal31411554076116241410161
Binary110011001001101101100011111010011101010011001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4D2C; }

 p { color: rgb(204,77,44); }

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

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

 a { background-color: rgb(204,77,44); }

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

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

 span { border-color: rgb(204,77,44); }

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