Shades of Trinidad #CC523B
Tints of Trinidad #CC523B
RGB
CMYK
RGB Variations
Color information
#CC523B (or 0xCC523B) is known color: Trinidad. HEX triplet: CC, 52 and 3B. RGB value is (204,82,59). Sum of RGB (Red+Green+Blue) = 204+82+59=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC523B is #33ADC4. Grayscale: #747474. Windows color (decimal): -3386821 or 3887820. OLE color: 3887820.
HSL color Cylindrical-coordinate representation of color #CC523B: hue angle of 9.52º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC523B is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 59 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.2 |
| HSL | 9.52º | 0.59% | 0.52% | - |
| HSV(B) | 9.52º | 0.71% | 0.8% | - |
| XYZ | 28.71 | 19.19 | 6.33 | - |
| YUV | 115.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 59 | 0 | 0.60 | 0.71 | 0.2 | 9.52 | 0.59 | 0.52 |
| Hex | CC | 52 | 3B | 0 | 3C | 47 | 14 | A | 3B | 34 |
| Octal | 314 | 122 | 73 | 0 | 74 | 107 | 24 | 12 | 73 | 64 |
| Binary | 11001100 | 1010010 | 111011 | 0 | 111100 | 1000111 | 10100 | 1010 | 111011 | 110100 |
Color Harmonies of #CC523B
Complementary color
Monochromatic Colors of #CC523B
Black with #CC523B
Text Example
Text Example
White with #CC523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC523B; }
p { color: rgb(204,82,59); }
H1.HeaderClassName
{
color: #CC523B;
}
.AnyTagClassName
{
color: #CC523B;
}
</style>
background-color css
<style>
a { background-color: #CC523B; }
a { background-color: rgb(204,82,59); }
div.DivClassName
{
background-color: #CC523B;
}
.BgClassName
{
background-color: #CC523B;
}
</style>
border-color css
<style>
span { border-color: #CC523B; }
span { border-color: rgb(204,82,59); }
td.TdClassName
{
border-color: #CC523B;
}
.TagClassName
{
border-color: #CC523B;
}
</style>