Shades of Trinidad #CC4B32
Tints of Trinidad #CC4B32
RGB
CMYK
RGB Variations
Color information
#CC4B32 (or 0xCC4B32) is known color: Trinidad. HEX triplet: CC, 4B and 32. RGB value is (204,75,50). Sum of RGB (Red+Green+Blue) = 204+75+50=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4B32 is #33B4CD. Grayscale: #6E6E6E. Windows color (decimal): -3388622 or 3296204. OLE color: 3296204.
HSL color Cylindrical-coordinate representation of color #CC4B32: hue angle of 9.74º degrees, saturation: 0.61, 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 #CC4B32 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 75 | 50 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.2 |
| HSL | 9.74º | 0.61% | 0.5% | - |
| HSV(B) | 9.74º | 0.75% | 0.8% | - |
| XYZ | 27.99 | 18.1 | 5.04 | - |
| YUV | 110.72 | 93.74 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 50 | 0 | 0.63 | 0.75 | 0.2 | 9.74 | 0.61 | 0.5 |
| Hex | CC | 4B | 32 | 0 | 3F | 4B | 14 | A | 3D | 32 |
| Octal | 314 | 113 | 62 | 0 | 77 | 113 | 24 | 12 | 75 | 62 |
| Binary | 11001100 | 1001011 | 110010 | 0 | 111111 | 1001011 | 10100 | 1010 | 111101 | 110010 |
Color Harmonies of #CC4B32
Complementary color
Monochromatic Colors of #CC4B32
Black with #CC4B32
Text Example
Text Example
White with #CC4B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4B32; }
p { color: rgb(204,75,50); }
H1.HeaderClassName
{
color: #CC4B32;
}
.AnyTagClassName
{
color: #CC4B32;
}
</style>
background-color css
<style>
a { background-color: #CC4B32; }
a { background-color: rgb(204,75,50); }
div.DivClassName
{
background-color: #CC4B32;
}
.BgClassName
{
background-color: #CC4B32;
}
</style>
border-color css
<style>
span { border-color: #CC4B32; }
span { border-color: rgb(204,75,50); }
td.TdClassName
{
border-color: #CC4B32;
}
.TagClassName
{
border-color: #CC4B32;
}
</style>