Shades of Trinidad #CC4C37
Tints of Trinidad #CC4C37
RGB
CMYK
RGB Variations
Color information
#CC4C37 (or 0xCC4C37) is known color: Trinidad. HEX triplet: CC, 4C and 37. RGB value is (204,76,55). Sum of RGB (Red+Green+Blue) = 204+76+55=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C37 is #33B3C8. Grayscale: #707070. Windows color (decimal): -3388361 or 3624140. OLE color: 3624140.
HSL color Cylindrical-coordinate representation of color #CC4C37: hue angle of 8.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC4C37 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 55 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.2 |
| HSL | 8.46º | 0.59% | 0.51% | - |
| HSV(B) | 8.46º | 0.73% | 0.8% | - |
| XYZ | 28.18 | 18.28 | 5.66 | - |
| YUV | 111.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 55 | 0 | 0.63 | 0.73 | 0.2 | 8.46 | 0.59 | 0.51 |
| Hex | CC | 4C | 37 | 0 | 3F | 49 | 14 | 8 | 3B | 33 |
| Octal | 314 | 114 | 67 | 0 | 77 | 111 | 24 | 10 | 73 | 63 |
| Binary | 11001100 | 1001100 | 110111 | 0 | 111111 | 1001001 | 10100 | 1000 | 111011 | 110011 |
Color Harmonies of #CC4C37
Complementary color
Monochromatic Colors of #CC4C37
Black with #CC4C37
Text Example
Text Example
White with #CC4C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C37; }
p { color: rgb(204,76,55); }
H1.HeaderClassName
{
color: #CC4C37;
}
.AnyTagClassName
{
color: #CC4C37;
}
</style>
background-color css
<style>
a { background-color: #CC4C37; }
a { background-color: rgb(204,76,55); }
div.DivClassName
{
background-color: #CC4C37;
}
.BgClassName
{
background-color: #CC4C37;
}
</style>
border-color css
<style>
span { border-color: #CC4C37; }
span { border-color: rgb(204,76,55); }
td.TdClassName
{
border-color: #CC4C37;
}
.TagClassName
{
border-color: #CC4C37;
}
</style>