Shades of Trinidad #CC4632
Tints of Trinidad #CC4632
RGB
CMYK
RGB Variations
Color information
#CC4632 (or 0xCC4632) is known color: Trinidad. HEX triplet: CC, 46 and 32. RGB value is (204,70,50). Sum of RGB (Red+Green+Blue) = 204+70+50=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4632 is #33B9CD. Grayscale: #6C6C6C. Windows color (decimal): -3389902 or 3294924. OLE color: 3294924.
HSL color Cylindrical-coordinate representation of color #CC4632: hue angle of 7.79º 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 #CC4632 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 50 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.2 |
| HSL | 7.79º | 0.61% | 0.5% | - |
| HSV(B) | 7.79º | 0.75% | 0.8% | - |
| XYZ | 27.67 | 17.45 | 4.93 | - |
| YUV | 107.79 | 95.39 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 50 | 0 | 0.66 | 0.75 | 0.2 | 7.79 | 0.61 | 0.5 |
| Hex | CC | 46 | 32 | 0 | 42 | 4B | 14 | 8 | 3D | 32 |
| Octal | 314 | 106 | 62 | 0 | 102 | 113 | 24 | 10 | 75 | 62 |
| Binary | 11001100 | 1000110 | 110010 | 0 | 1000010 | 1001011 | 10100 | 1000 | 111101 | 110010 |
Color Harmonies of #CC4632
Complementary color
Monochromatic Colors of #CC4632
Black with #CC4632
Text Example
Text Example
White with #CC4632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4632; }
p { color: rgb(204,70,50); }
H1.HeaderClassName
{
color: #CC4632;
}
.AnyTagClassName
{
color: #CC4632;
}
</style>
background-color css
<style>
a { background-color: #CC4632; }
a { background-color: rgb(204,70,50); }
div.DivClassName
{
background-color: #CC4632;
}
.BgClassName
{
background-color: #CC4632;
}
</style>
border-color css
<style>
span { border-color: #CC4632; }
span { border-color: rgb(204,70,50); }
td.TdClassName
{
border-color: #CC4632;
}
.TagClassName
{
border-color: #CC4632;
}
</style>