Shades of Trinidad #CC521E
Tints of Trinidad #CC521E
RGB
CMYK
RGB Variations
Color information
#CC521E (or 0xCC521E) is known color: Trinidad. HEX triplet: CC, 52 and 1E. RGB value is (204,82,30). Sum of RGB (Red+Green+Blue) = 204+82+30=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC521E is #33ADE1. Grayscale: #707070. Windows color (decimal): -3386850 or 1987276. OLE color: 1987276.
HSL color Cylindrical-coordinate representation of color #CC521E: hue angle of 17.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC521E is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 30 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.2 |
| HSL | 17.93º | 0.74% | 0.46% | - |
| HSV(B) | 17.93º | 0.85% | 0.8% | - |
| XYZ | 28.15 | 18.97 | 3.41 | - |
| YUV | 112.55 | 81.42 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 30 | 0 | 0.60 | 0.85 | 0.2 | 17.93 | 0.74 | 0.46 |
| Hex | CC | 52 | 1E | 0 | 3C | 55 | 14 | 12 | 4A | 2E |
| Octal | 314 | 122 | 36 | 0 | 74 | 125 | 24 | 22 | 112 | 56 |
| Binary | 11001100 | 1010010 | 11110 | 0 | 111100 | 1010101 | 10100 | 10010 | 1001010 | 101110 |
Color Harmonies of #CC521E
Complementary color
Monochromatic Colors of #CC521E
Black with #CC521E
Text Example
Text Example
White with #CC521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC521E; }
p { color: rgb(204,82,30); }
H1.HeaderClassName
{
color: #CC521E;
}
.AnyTagClassName
{
color: #CC521E;
}
</style>
background-color css
<style>
a { background-color: #CC521E; }
a { background-color: rgb(204,82,30); }
div.DivClassName
{
background-color: #CC521E;
}
.BgClassName
{
background-color: #CC521E;
}
</style>
border-color css
<style>
span { border-color: #CC521E; }
span { border-color: rgb(204,82,30); }
td.TdClassName
{
border-color: #CC521E;
}
.TagClassName
{
border-color: #CC521E;
}
</style>