Shades of Trinidad #CC522C
Tints of Trinidad #CC522C
RGB
CMYK
RGB Variations
Color information
#CC522C (or 0xCC522C) is known color: Trinidad. HEX triplet: CC, 52 and 2C. RGB value is (204,82,44). Sum of RGB (Red+Green+Blue) = 204+82+44=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC522C is #33ADD3. Grayscale: #727272. Windows color (decimal): -3386836 or 2904780. OLE color: 2904780.
HSL color Cylindrical-coordinate representation of color #CC522C: hue angle of 14.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC522C is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 44 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.2 |
| HSL | 14.25º | 0.65% | 0.49% | - |
| HSV(B) | 14.25º | 0.78% | 0.8% | - |
| XYZ | 28.37 | 19.05 | 4.57 | - |
| YUV | 114.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 44 | 0 | 0.60 | 0.78 | 0.2 | 14.25 | 0.65 | 0.49 |
| Hex | CC | 52 | 2C | 0 | 3C | 4E | 14 | E | 41 | 31 |
| Octal | 314 | 122 | 54 | 0 | 74 | 116 | 24 | 16 | 101 | 61 |
| Binary | 11001100 | 1010010 | 101100 | 0 | 111100 | 1001110 | 10100 | 1110 | 1000001 | 110001 |
Color Harmonies of #CC522C
Complementary color
Monochromatic Colors of #CC522C
Black with #CC522C
Text Example
Text Example
White with #CC522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC522C; }
p { color: rgb(204,82,44); }
H1.HeaderClassName
{
color: #CC522C;
}
.AnyTagClassName
{
color: #CC522C;
}
</style>
background-color css
<style>
a { background-color: #CC522C; }
a { background-color: rgb(204,82,44); }
div.DivClassName
{
background-color: #CC522C;
}
.BgClassName
{
background-color: #CC522C;
}
</style>
border-color css
<style>
span { border-color: #CC522C; }
span { border-color: rgb(204,82,44); }
td.TdClassName
{
border-color: #CC522C;
}
.TagClassName
{
border-color: #CC522C;
}
</style>