Shades of Trinidad #CC4633
Tints of Trinidad #CC4633
RGB
CMYK
RGB Variations
Color information
#CC4633 (or 0xCC4633) is known color: Trinidad. HEX triplet: CC, 46 and 33. RGB value is (204,70,51). Sum of RGB (Red+Green+Blue) = 204+70+51=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4633 is #33B9CC. Grayscale: #6C6C6C. Windows color (decimal): -3389901 or 3360460. OLE color: 3360460.
HSL color Cylindrical-coordinate representation of color #CC4633: hue angle of 7.45º 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 #CC4633 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 51 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.2 |
| HSL | 7.45º | 0.6% | 0.5% | - |
| HSV(B) | 7.45º | 0.75% | 0.8% | - |
| XYZ | 27.69 | 17.46 | 5.04 | - |
| YUV | 107.9 | 95.89 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 51 | 0 | 0.66 | 0.75 | 0.2 | 7.45 | 0.6 | 0.5 |
| Hex | CC | 46 | 33 | 0 | 42 | 4B | 14 | 7 | 3C | 32 |
| Octal | 314 | 106 | 63 | 0 | 102 | 113 | 24 | 7 | 74 | 62 |
| Binary | 11001100 | 1000110 | 110011 | 0 | 1000010 | 1001011 | 10100 | 111 | 111100 | 110010 |
Color Harmonies of #CC4633
Complementary color
Monochromatic Colors of #CC4633
Black with #CC4633
Text Example
Text Example
White with #CC4633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4633; }
p { color: rgb(204,70,51); }
H1.HeaderClassName
{
color: #CC4633;
}
.AnyTagClassName
{
color: #CC4633;
}
</style>
background-color css
<style>
a { background-color: #CC4633; }
a { background-color: rgb(204,70,51); }
div.DivClassName
{
background-color: #CC4633;
}
.BgClassName
{
background-color: #CC4633;
}
</style>
border-color css
<style>
span { border-color: #CC4633; }
span { border-color: rgb(204,70,51); }
td.TdClassName
{
border-color: #CC4633;
}
.TagClassName
{
border-color: #CC4633;
}
</style>