Shades of Trinidad #CC4A35
Tints of Trinidad #CC4A35
RGB
CMYK
RGB Variations
Color information
#CC4A35 (or 0xCC4A35) is known color: Trinidad. HEX triplet: CC, 4A and 35. RGB value is (204,74,53). Sum of RGB (Red+Green+Blue) = 204+74+53=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A35 is #33B5CA. Grayscale: #6E6E6E. Windows color (decimal): -3388875 or 3492556. OLE color: 3492556.
HSL color Cylindrical-coordinate representation of color #CC4A35: hue angle of 8.34º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC4A35 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 53 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.2 |
| HSL | 8.34º | 0.6% | 0.5% | - |
| HSV(B) | 8.34º | 0.74% | 0.8% | - |
| XYZ | 27.99 | 17.99 | 5.37 | - |
| YUV | 110.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 53 | 0 | 0.64 | 0.74 | 0.2 | 8.34 | 0.6 | 0.5 |
| Hex | CC | 4A | 35 | 0 | 40 | 4A | 14 | 8 | 3C | 32 |
| Octal | 314 | 112 | 65 | 0 | 100 | 112 | 24 | 10 | 74 | 62 |
| Binary | 11001100 | 1001010 | 110101 | 0 | 1000000 | 1001010 | 10100 | 1000 | 111100 | 110010 |
Color Harmonies of #CC4A35
Complementary color
Monochromatic Colors of #CC4A35
Black with #CC4A35
Text Example
Text Example
White with #CC4A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A35; }
p { color: rgb(204,74,53); }
H1.HeaderClassName
{
color: #CC4A35;
}
.AnyTagClassName
{
color: #CC4A35;
}
</style>
background-color css
<style>
a { background-color: #CC4A35; }
a { background-color: rgb(204,74,53); }
div.DivClassName
{
background-color: #CC4A35;
}
.BgClassName
{
background-color: #CC4A35;
}
</style>
border-color css
<style>
span { border-color: #CC4A35; }
span { border-color: rgb(204,74,53); }
td.TdClassName
{
border-color: #CC4A35;
}
.TagClassName
{
border-color: #CC4A35;
}
</style>