Shades of Trinidad #CC4A36
Tints of Trinidad #CC4A36
RGB
CMYK
RGB Variations
Color information
#CC4A36 (or 0xCC4A36) is known color: Trinidad. HEX triplet: CC, 4A and 36. RGB value is (204,74,54). Sum of RGB (Red+Green+Blue) = 204+74+54=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A36 is #33B5C9. Grayscale: #6E6E6E. Windows color (decimal): -3388874 or 3558092. OLE color: 3558092.
HSL color Cylindrical-coordinate representation of color #CC4A36: hue angle of 8º 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 #CC4A36 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 54 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.2 |
| HSL | 8º | 0.6% | 0.51% | - |
| HSV(B) | 8º | 0.74% | 0.8% | - |
| XYZ | 28.02 | 18 | 5.49 | - |
| YUV | 110.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 54 | 0 | 0.64 | 0.74 | 0.2 | 8 | 0.6 | 0.51 |
| Hex | CC | 4A | 36 | 0 | 40 | 4A | 14 | 8 | 3C | 33 |
| Octal | 314 | 112 | 66 | 0 | 100 | 112 | 24 | 10 | 74 | 63 |
| Binary | 11001100 | 1001010 | 110110 | 0 | 1000000 | 1001010 | 10100 | 1000 | 111100 | 110011 |
Color Harmonies of #CC4A36
Complementary color
Monochromatic Colors of #CC4A36
Black with #CC4A36
Text Example
Text Example
White with #CC4A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A36; }
p { color: rgb(204,74,54); }
H1.HeaderClassName
{
color: #CC4A36;
}
.AnyTagClassName
{
color: #CC4A36;
}
</style>
background-color css
<style>
a { background-color: #CC4A36; }
a { background-color: rgb(204,74,54); }
div.DivClassName
{
background-color: #CC4A36;
}
.BgClassName
{
background-color: #CC4A36;
}
</style>
border-color css
<style>
span { border-color: #CC4A36; }
span { border-color: rgb(204,74,54); }
td.TdClassName
{
border-color: #CC4A36;
}
.TagClassName
{
border-color: #CC4A36;
}
</style>