#CC4E2E

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

Shades of Trinidad #CC4E2E

Tints of Trinidad #CC4E2E

Color information

#CC4E2E (or 0xCC4E2E) is unknown color: approx Trinidad. HEX triplet: CC, 4E and 2E. RGB value is (204,78,46). Sum of RGB (Red+Green+Blue) = 204+78+46=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E2E is #33B1D1. Grayscale: #707070. Windows color (decimal): -3387858 or 3034828. OLE color: 3034828.

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

Color convert

RGB2047846-
CMYK00.620.770.2
HSL12.15º63.2%49.02%-
HSV(B)12.15º77.45%80%-
XYZ28.1218.484.67-
YUV112.0390.74193.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.20%
GREEN value IS 78 (30.86% from 255) = 23.78%
BLUE value IS 46 (18.36% from 255) = 14.02%
R=62.20%
G=23.78%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204784600.620.770.212.1563.249.02
HexCC4E2E03E4D14c3f31
Octal3141165607611524147761
Binary11001100100111010111001111101001101101001100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4E2E; }

 p { color: rgb(204,78,46); }

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

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

 a { background-color: rgb(204,78,46); }

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

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

 span { border-color: rgb(204,78,46); }

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