Shades of Trinidad #CC4A37
Tints of Trinidad #CC4A37
RGB
CMYK
RGB Variations
Color information
#CC4A37 (or 0xCC4A37) is known color: Trinidad. HEX triplet: CC, 4A and 37. RGB value is (204,74,55). Sum of RGB (Red+Green+Blue) = 204+74+55=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A37 is #33B5C8. Grayscale: #6E6E6E. Windows color (decimal): -3388873 or 3623628. OLE color: 3623628.
HSL color Cylindrical-coordinate representation of color #CC4A37: hue angle of 7.65º 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 #CC4A37 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 55 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.2 |
| HSL | 7.65º | 0.59% | 0.51% | - |
| HSV(B) | 7.65º | 0.73% | 0.8% | - |
| XYZ | 28.04 | 18.01 | 5.61 | - |
| YUV | 110.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 55 | 0 | 0.64 | 0.73 | 0.2 | 7.65 | 0.59 | 0.51 |
| Hex | CC | 4A | 37 | 0 | 40 | 49 | 14 | 8 | 3B | 33 |
| Octal | 314 | 112 | 67 | 0 | 100 | 111 | 24 | 10 | 73 | 63 |
| Binary | 11001100 | 1001010 | 110111 | 0 | 1000000 | 1001001 | 10100 | 1000 | 111011 | 110011 |
Color Harmonies of #CC4A37
Complementary color
Monochromatic Colors of #CC4A37
Black with #CC4A37
Text Example
Text Example
White with #CC4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A37; }
p { color: rgb(204,74,55); }
H1.HeaderClassName
{
color: #CC4A37;
}
.AnyTagClassName
{
color: #CC4A37;
}
</style>
background-color css
<style>
a { background-color: #CC4A37; }
a { background-color: rgb(204,74,55); }
div.DivClassName
{
background-color: #CC4A37;
}
.BgClassName
{
background-color: #CC4A37;
}
</style>
border-color css
<style>
span { border-color: #CC4A37; }
span { border-color: rgb(204,74,55); }
td.TdClassName
{
border-color: #CC4A37;
}
.TagClassName
{
border-color: #CC4A37;
}
</style>