Shades of Trinidad #CC4C36
Tints of Trinidad #CC4C36
RGB
CMYK
RGB Variations
Color information
#CC4C36 (or 0xCC4C36) is known color: Trinidad. HEX triplet: CC, 4C and 36. RGB value is (204,76,54). Sum of RGB (Red+Green+Blue) = 204+76+54=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C36 is #33B3C9. Grayscale: #6F6F6F. Windows color (decimal): -3388362 or 3558604. OLE color: 3558604.
HSL color Cylindrical-coordinate representation of color #CC4C36: hue angle of 8.8º 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 #CC4C36 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 54 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.2 |
| HSL | 8.8º | 0.6% | 0.51% | - |
| HSV(B) | 8.8º | 0.74% | 0.8% | - |
| XYZ | 28.15 | 18.27 | 5.53 | - |
| YUV | 111.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 54 | 0 | 0.63 | 0.74 | 0.2 | 8.8 | 0.6 | 0.51 |
| Hex | CC | 4C | 36 | 0 | 3F | 4A | 14 | 9 | 3C | 33 |
| Octal | 314 | 114 | 66 | 0 | 77 | 112 | 24 | 11 | 74 | 63 |
| Binary | 11001100 | 1001100 | 110110 | 0 | 111111 | 1001010 | 10100 | 1001 | 111100 | 110011 |
Color Harmonies of #CC4C36
Complementary color
Monochromatic Colors of #CC4C36
Black with #CC4C36
Text Example
Text Example
White with #CC4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C36; }
p { color: rgb(204,76,54); }
H1.HeaderClassName
{
color: #CC4C36;
}
.AnyTagClassName
{
color: #CC4C36;
}
</style>
background-color css
<style>
a { background-color: #CC4C36; }
a { background-color: rgb(204,76,54); }
div.DivClassName
{
background-color: #CC4C36;
}
.BgClassName
{
background-color: #CC4C36;
}
</style>
border-color css
<style>
span { border-color: #CC4C36; }
span { border-color: rgb(204,76,54); }
td.TdClassName
{
border-color: #CC4C36;
}
.TagClassName
{
border-color: #CC4C36;
}
</style>