Shades of Trinidad #CC4B37
Tints of Trinidad #CC4B37
RGB
CMYK
RGB Variations
Color information
#CC4B37 (or 0xCC4B37) is known color: Trinidad. HEX triplet: CC, 4B and 37. RGB value is (204,75,55). Sum of RGB (Red+Green+Blue) = 204+75+55=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4B37 is #33B4C8. Grayscale: #6F6F6F. Windows color (decimal): -3388617 or 3623884. OLE color: 3623884.
HSL color Cylindrical-coordinate representation of color #CC4B37: hue angle of 8.05º 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 #CC4B37 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 75 | 55 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.2 |
| HSL | 8.05º | 0.59% | 0.51% | - |
| HSV(B) | 8.05º | 0.73% | 0.8% | - |
| XYZ | 28.11 | 18.15 | 5.64 | - |
| YUV | 111.29 | 96.24 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 55 | 0 | 0.63 | 0.73 | 0.2 | 8.05 | 0.59 | 0.51 |
| Hex | CC | 4B | 37 | 0 | 3F | 49 | 14 | 8 | 3B | 33 |
| Octal | 314 | 113 | 67 | 0 | 77 | 111 | 24 | 10 | 73 | 63 |
| Binary | 11001100 | 1001011 | 110111 | 0 | 111111 | 1001001 | 10100 | 1000 | 111011 | 110011 |
Color Harmonies of #CC4B37
Complementary color
Monochromatic Colors of #CC4B37
Black with #CC4B37
Text Example
Text Example
White with #CC4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4B37; }
p { color: rgb(204,75,55); }
H1.HeaderClassName
{
color: #CC4B37;
}
.AnyTagClassName
{
color: #CC4B37;
}
</style>
background-color css
<style>
a { background-color: #CC4B37; }
a { background-color: rgb(204,75,55); }
div.DivClassName
{
background-color: #CC4B37;
}
.BgClassName
{
background-color: #CC4B37;
}
</style>
border-color css
<style>
span { border-color: #CC4B37; }
span { border-color: rgb(204,75,55); }
td.TdClassName
{
border-color: #CC4B37;
}
.TagClassName
{
border-color: #CC4B37;
}
</style>