Shades of Trinidad #CC4636
Tints of Trinidad #CC4636
RGB
CMYK
RGB Variations
Color information
#CC4636 (or 0xCC4636) is known color: Trinidad. HEX triplet: CC, 46 and 36. RGB value is (204,70,54). Sum of RGB (Red+Green+Blue) = 204+70+54=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4636 is #33B9C9. Grayscale: #6C6C6C. Windows color (decimal): -3389898 or 3557068. OLE color: 3557068.
HSL color Cylindrical-coordinate representation of color #CC4636: hue angle of 6.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC4636 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 54 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.2 |
| HSL | 6.4º | 0.6% | 0.51% | - |
| HSV(B) | 6.4º | 0.74% | 0.8% | - |
| XYZ | 27.76 | 17.48 | 5.4 | - |
| YUV | 108.24 | 97.39 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 54 | 0 | 0.66 | 0.74 | 0.2 | 6.4 | 0.6 | 0.51 |
| Hex | CC | 46 | 36 | 0 | 42 | 4A | 14 | 6 | 3C | 33 |
| Octal | 314 | 106 | 66 | 0 | 102 | 112 | 24 | 6 | 74 | 63 |
| Binary | 11001100 | 1000110 | 110110 | 0 | 1000010 | 1001010 | 10100 | 110 | 111100 | 110011 |
Color Harmonies of #CC4636
Complementary color
Monochromatic Colors of #CC4636
Black with #CC4636
Text Example
Text Example
White with #CC4636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4636; }
p { color: rgb(204,70,54); }
H1.HeaderClassName
{
color: #CC4636;
}
.AnyTagClassName
{
color: #CC4636;
}
</style>
background-color css
<style>
a { background-color: #CC4636; }
a { background-color: rgb(204,70,54); }
div.DivClassName
{
background-color: #CC4636;
}
.BgClassName
{
background-color: #CC4636;
}
</style>
border-color css
<style>
span { border-color: #CC4636; }
span { border-color: rgb(204,70,54); }
td.TdClassName
{
border-color: #CC4636;
}
.TagClassName
{
border-color: #CC4636;
}
</style>