Shades of Trinidad #CC5233
Tints of Trinidad #CC5233
RGB
CMYK
RGB Variations
Color information
#CC5233 (or 0xCC5233) is known color: Trinidad. HEX triplet: CC, 52 and 33. RGB value is (204,82,51). Sum of RGB (Red+Green+Blue) = 204+82+51=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5233 is #33ADCC. Grayscale: #737373. Windows color (decimal): -3386829 or 3363532. OLE color: 3363532.
HSL color Cylindrical-coordinate representation of color #CC5233: hue angle of 12.16º 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 #CC5233 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 51 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.2 |
| HSL | 12.16º | 0.6% | 0.5% | - |
| HSV(B) | 12.16º | 0.75% | 0.8% | - |
| XYZ | 28.52 | 19.11 | 5.32 | - |
| YUV | 114.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 51 | 0 | 0.60 | 0.75 | 0.2 | 12.16 | 0.6 | 0.5 |
| Hex | CC | 52 | 33 | 0 | 3C | 4B | 14 | C | 3C | 32 |
| Octal | 314 | 122 | 63 | 0 | 74 | 113 | 24 | 14 | 74 | 62 |
| Binary | 11001100 | 1010010 | 110011 | 0 | 111100 | 1001011 | 10100 | 1100 | 111100 | 110010 |
Color Harmonies of #CC5233
Complementary color
Monochromatic Colors of #CC5233
Black with #CC5233
Text Example
Text Example
White with #CC5233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5233; }
p { color: rgb(204,82,51); }
H1.HeaderClassName
{
color: #CC5233;
}
.AnyTagClassName
{
color: #CC5233;
}
</style>
background-color css
<style>
a { background-color: #CC5233; }
a { background-color: rgb(204,82,51); }
div.DivClassName
{
background-color: #CC5233;
}
.BgClassName
{
background-color: #CC5233;
}
</style>
border-color css
<style>
span { border-color: #CC5233; }
span { border-color: rgb(204,82,51); }
td.TdClassName
{
border-color: #CC5233;
}
.TagClassName
{
border-color: #CC5233;
}
</style>