Shades of Trinidad #CC521D
Tints of Trinidad #CC521D
RGB
CMYK
RGB Variations
Color information
#CC521D (or 0xCC521D) is known color: Trinidad. HEX triplet: CC, 52 and 1D. RGB value is (204,82,29). Sum of RGB (Red+Green+Blue) = 204+82+29=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC521D is #33ADE2. Grayscale: #707070. Windows color (decimal): -3386851 or 1921740. OLE color: 1921740.
HSL color Cylindrical-coordinate representation of color #CC521D: hue angle of 18.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC521D is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 29 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.2 |
| HSL | 18.17º | 0.75% | 0.46% | - |
| HSV(B) | 18.17º | 0.86% | 0.8% | - |
| XYZ | 28.14 | 18.96 | 3.34 | - |
| YUV | 112.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 29 | 0 | 0.60 | 0.86 | 0.2 | 18.17 | 0.75 | 0.46 |
| Hex | CC | 52 | 1D | 0 | 3C | 56 | 14 | 12 | 4B | 2E |
| Octal | 314 | 122 | 35 | 0 | 74 | 126 | 24 | 22 | 113 | 56 |
| Binary | 11001100 | 1010010 | 11101 | 0 | 111100 | 1010110 | 10100 | 10010 | 1001011 | 101110 |
Color Harmonies of #CC521D
Complementary color
Monochromatic Colors of #CC521D
Black with #CC521D
Text Example
Text Example
White with #CC521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC521D; }
p { color: rgb(204,82,29); }
H1.HeaderClassName
{
color: #CC521D;
}
.AnyTagClassName
{
color: #CC521D;
}
</style>
background-color css
<style>
a { background-color: #CC521D; }
a { background-color: rgb(204,82,29); }
div.DivClassName
{
background-color: #CC521D;
}
.BgClassName
{
background-color: #CC521D;
}
</style>
border-color css
<style>
span { border-color: #CC521D; }
span { border-color: rgb(204,82,29); }
td.TdClassName
{
border-color: #CC521D;
}
.TagClassName
{
border-color: #CC521D;
}
</style>