Shades of Trinidad #CC5222
Tints of Trinidad #CC5222
RGB
CMYK
RGB Variations
Color information
#CC5222 (or 0xCC5222) is known color: Trinidad. HEX triplet: CC, 52 and 22. RGB value is (204,82,34). Sum of RGB (Red+Green+Blue) = 204+82+34=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5222 is #33ADDD. Grayscale: #717171. Windows color (decimal): -3386846 or 2249420. OLE color: 2249420.
HSL color Cylindrical-coordinate representation of color #CC5222: hue angle of 16.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC5222 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 34 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.2 |
| HSL | 16.94º | 0.71% | 0.47% | - |
| HSV(B) | 16.94º | 0.83% | 0.8% | - |
| XYZ | 28.21 | 18.99 | 3.69 | - |
| YUV | 113.01 | 83.42 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 34 | 0 | 0.60 | 0.83 | 0.2 | 16.94 | 0.71 | 0.47 |
| Hex | CC | 52 | 22 | 0 | 3C | 53 | 14 | 11 | 47 | 2F |
| Octal | 314 | 122 | 42 | 0 | 74 | 123 | 24 | 21 | 107 | 57 |
| Binary | 11001100 | 1010010 | 100010 | 0 | 111100 | 1010011 | 10100 | 10001 | 1000111 | 101111 |
Color Harmonies of #CC5222
Complementary color
Monochromatic Colors of #CC5222
Black with #CC5222
Text Example
Text Example
White with #CC5222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5222; }
p { color: rgb(204,82,34); }
H1.HeaderClassName
{
color: #CC5222;
}
.AnyTagClassName
{
color: #CC5222;
}
</style>
background-color css
<style>
a { background-color: #CC5222; }
a { background-color: rgb(204,82,34); }
div.DivClassName
{
background-color: #CC5222;
}
.BgClassName
{
background-color: #CC5222;
}
</style>
border-color css
<style>
span { border-color: #CC5222; }
span { border-color: rgb(204,82,34); }
td.TdClassName
{
border-color: #CC5222;
}
.TagClassName
{
border-color: #CC5222;
}
</style>