#CC4636

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

Shades of Trinidad #CC4636

Tints of Trinidad #CC4636

Color information

#CC4636 (or 0xCC4636) is unknown color: approx Trinidad. HEX triplet: CC, 46 and 36. RGB value is (204,70,54). Sum of RGB (Red+Green+Blue) = 204+70+54=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4636 is #33B9C9. Grayscale: #6C6C6C. Windows color (decimal): -3389898 or 3557068. OLE color: 3557068.

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

Color convert

RGB2047054-
CMYK00.660.740.2
HSL6.4º59.52%50.59%-
HSV(B)6.4º73.53%80%-
XYZ27.7617.485.4-
YUV108.2497.39196.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.20%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 54 (21.48% from 255) = 16.46%
R=62.20%
G=21.34%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204705400.660.740.26.459.5250.59
HexCC46360424A1463c33
Octal3141066601021122467463
Binary11001100100011011011001000010100101010100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4636; }

 p { color: rgb(204,70,54); }

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

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

 a { background-color: rgb(204,70,54); }

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

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

 span { border-color: rgb(204,70,54); }

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