Shades of Trinidad #CC4C39
Tints of Trinidad #CC4C39
RGB
CMYK
RGB Variations
Color information
#CC4C39 (or 0xCC4C39) is known color: Trinidad. HEX triplet: CC, 4C and 39. RGB value is (204,76,57). Sum of RGB (Red+Green+Blue) = 204+76+57=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C39 is #33B3C6. Grayscale: #707070. Windows color (decimal): -3388359 or 3755212. OLE color: 3755212.
HSL color Cylindrical-coordinate representation of color #CC4C39: hue angle of 7.76º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC4C39 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 57 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.2 |
| HSL | 7.76º | 0.59% | 0.51% | - |
| HSV(B) | 7.76º | 0.72% | 0.8% | - |
| XYZ | 28.22 | 18.3 | 5.92 | - |
| YUV | 112.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 57 | 0 | 0.63 | 0.72 | 0.2 | 7.76 | 0.59 | 0.51 |
| Hex | CC | 4C | 39 | 0 | 3F | 48 | 14 | 8 | 3B | 33 |
| Octal | 314 | 114 | 71 | 0 | 77 | 110 | 24 | 10 | 73 | 63 |
| Binary | 11001100 | 1001100 | 111001 | 0 | 111111 | 1001000 | 10100 | 1000 | 111011 | 110011 |
Color Harmonies of #CC4C39
Complementary color
Monochromatic Colors of #CC4C39
Black with #CC4C39
Text Example
Text Example
White with #CC4C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C39; }
p { color: rgb(204,76,57); }
H1.HeaderClassName
{
color: #CC4C39;
}
.AnyTagClassName
{
color: #CC4C39;
}
</style>
background-color css
<style>
a { background-color: #CC4C39; }
a { background-color: rgb(204,76,57); }
div.DivClassName
{
background-color: #CC4C39;
}
.BgClassName
{
background-color: #CC4C39;
}
</style>
border-color css
<style>
span { border-color: #CC4C39; }
span { border-color: rgb(204,76,57); }
td.TdClassName
{
border-color: #CC4C39;
}
.TagClassName
{
border-color: #CC4C39;
}
</style>