#CC4B36

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

Shades of Trinidad #CC4B36

Tints of Trinidad #CC4B36

Color information

#CC4B36 (or 0xCC4B36) is unknown color: approx Trinidad. HEX triplet: CC, 4B and 36. RGB value is (204,75,54). Sum of RGB (Red+Green+Blue) = 204+75+54=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4B36 is #33B4C9. Grayscale: #6F6F6F. Windows color (decimal): -3388618 or 3558348. OLE color: 3558348.

HSL color Cylindrical-coordinate representation of color #CC4B36: hue angle of 8.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 #CC4B36 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB2047554-
CMYK00.630.740.2
HSL8.4º59.52%50.59%-
HSV(B)8.4º73.53%80%-
XYZ28.0818.145.51-
YUV111.1895.74194.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.26%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=61.26%
G=22.52%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204755400.630.740.28.459.5250.59
HexCC4B3603F4A1483c33
Octal3141136607711224107463
Binary11001100100101111011001111111001010101001000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4B36; }

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

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

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

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

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

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

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

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