Shades of Trinidad #CC4A39
Tints of Trinidad #CC4A39
RGB
CMYK
RGB Variations
Color information
#CC4A39 (or 0xCC4A39) is known color: Trinidad. HEX triplet: CC, 4A and 39. RGB value is (204,74,57). Sum of RGB (Red+Green+Blue) = 204+74+57=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A39 is #33B5C6. Grayscale: #6F6F6F. Windows color (decimal): -3388871 or 3754700. OLE color: 3754700.
HSL color Cylindrical-coordinate representation of color #CC4A39: hue angle of 6.94º 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 #CC4A39 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 57 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.2 |
| HSL | 6.94º | 0.59% | 0.51% | - |
| HSV(B) | 6.94º | 0.72% | 0.8% | - |
| XYZ | 28.09 | 18.03 | 5.87 | - |
| YUV | 110.93 | 97.57 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 57 | 0 | 0.64 | 0.72 | 0.2 | 6.94 | 0.59 | 0.51 |
| Hex | CC | 4A | 39 | 0 | 40 | 48 | 14 | 7 | 3B | 33 |
| Octal | 314 | 112 | 71 | 0 | 100 | 110 | 24 | 7 | 73 | 63 |
| Binary | 11001100 | 1001010 | 111001 | 0 | 1000000 | 1001000 | 10100 | 111 | 111011 | 110011 |
Color Harmonies of #CC4A39
Complementary color
Monochromatic Colors of #CC4A39
Black with #CC4A39
Text Example
Text Example
White with #CC4A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A39; }
p { color: rgb(204,74,57); }
H1.HeaderClassName
{
color: #CC4A39;
}
.AnyTagClassName
{
color: #CC4A39;
}
</style>
background-color css
<style>
a { background-color: #CC4A39; }
a { background-color: rgb(204,74,57); }
div.DivClassName
{
background-color: #CC4A39;
}
.BgClassName
{
background-color: #CC4A39;
}
</style>
border-color css
<style>
span { border-color: #CC4A39; }
span { border-color: rgb(204,74,57); }
td.TdClassName
{
border-color: #CC4A39;
}
.TagClassName
{
border-color: #CC4A39;
}
</style>