Shades of Trinidad #CC4A34
Tints of Trinidad #CC4A34
RGB
CMYK
RGB Variations
Color information
#CC4A34 (or 0xCC4A34) is known color: Trinidad. HEX triplet: CC, 4A and 34. RGB value is (204,74,52). Sum of RGB (Red+Green+Blue) = 204+74+52=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A34 is #33B5CB. Grayscale: #6E6E6E. Windows color (decimal): -3388876 or 3427020. OLE color: 3427020.
HSL color Cylindrical-coordinate representation of color #CC4A34: hue angle of 8.68º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC4A34 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 52 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.2 |
| HSL | 8.68º | 0.6% | 0.5% | - |
| HSV(B) | 8.68º | 0.75% | 0.8% | - |
| XYZ | 27.97 | 17.98 | 5.25 | - |
| YUV | 110.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 52 | 0 | 0.64 | 0.75 | 0.2 | 8.68 | 0.6 | 0.5 |
| Hex | CC | 4A | 34 | 0 | 40 | 4B | 14 | 9 | 3C | 32 |
| Octal | 314 | 112 | 64 | 0 | 100 | 113 | 24 | 11 | 74 | 62 |
| Binary | 11001100 | 1001010 | 110100 | 0 | 1000000 | 1001011 | 10100 | 1001 | 111100 | 110010 |
Color Harmonies of #CC4A34
Complementary color
Monochromatic Colors of #CC4A34
Black with #CC4A34
Text Example
Text Example
White with #CC4A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A34; }
p { color: rgb(204,74,52); }
H1.HeaderClassName
{
color: #CC4A34;
}
.AnyTagClassName
{
color: #CC4A34;
}
</style>
background-color css
<style>
a { background-color: #CC4A34; }
a { background-color: rgb(204,74,52); }
div.DivClassName
{
background-color: #CC4A34;
}
.BgClassName
{
background-color: #CC4A34;
}
</style>
border-color css
<style>
span { border-color: #CC4A34; }
span { border-color: rgb(204,74,52); }
td.TdClassName
{
border-color: #CC4A34;
}
.TagClassName
{
border-color: #CC4A34;
}
</style>