Shades of Trinidad #CC4233
Tints of Trinidad #CC4233
RGB
CMYK
RGB Variations
Color information
#CC4233 (or 0xCC4233) is known color: Trinidad. HEX triplet: CC, 42 and 33. RGB value is (204,66,51). Sum of RGB (Red+Green+Blue) = 204+66+51=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4233 is #33BDCC. Grayscale: #696969. Windows color (decimal): -3390925 or 3359436. OLE color: 3359436.
HSL color Cylindrical-coordinate representation of color #CC4233: hue angle of 5.88º 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 #CC4233 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 51 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.2 |
| HSL | 5.88º | 0.6% | 0.5% | - |
| HSV(B) | 5.88º | 0.75% | 0.8% | - |
| XYZ | 27.45 | 16.97 | 4.96 | - |
| YUV | 105.55 | 97.22 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 51 | 0 | 0.68 | 0.75 | 0.2 | 5.88 | 0.6 | 0.5 |
| Hex | CC | 42 | 33 | 0 | 44 | 4B | 14 | 6 | 3C | 32 |
| Octal | 314 | 102 | 63 | 0 | 104 | 113 | 24 | 6 | 74 | 62 |
| Binary | 11001100 | 1000010 | 110011 | 0 | 1000100 | 1001011 | 10100 | 110 | 111100 | 110010 |
Color Harmonies of #CC4233
Complementary color
Monochromatic Colors of #CC4233
Black with #CC4233
Text Example
Text Example
White with #CC4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4233; }
p { color: rgb(204,66,51); }
H1.HeaderClassName
{
color: #CC4233;
}
.AnyTagClassName
{
color: #CC4233;
}
</style>
background-color css
<style>
a { background-color: #CC4233; }
a { background-color: rgb(204,66,51); }
div.DivClassName
{
background-color: #CC4233;
}
.BgClassName
{
background-color: #CC4233;
}
</style>
border-color css
<style>
span { border-color: #CC4233; }
span { border-color: rgb(204,66,51); }
td.TdClassName
{
border-color: #CC4233;
}
.TagClassName
{
border-color: #CC4233;
}
</style>