Shades of Trinidad #CC523C
Tints of Trinidad #CC523C
RGB
CMYK
RGB Variations
Color information
#CC523C (or 0xCC523C) is known color: Trinidad. HEX triplet: CC, 52 and 3C. RGB value is (204,82,60). Sum of RGB (Red+Green+Blue) = 204+82+60=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC523C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC523C is #33ADC3. Grayscale: #747474. Windows color (decimal): -3386820 or 3953356. OLE color: 3953356.
HSL color Cylindrical-coordinate representation of color #CC523C: hue angle of 9.17º 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 #CC523C is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 60 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.2 |
| HSL | 9.17º | 0.59% | 0.52% | - |
| HSV(B) | 9.17º | 0.71% | 0.8% | - |
| XYZ | 28.73 | 19.2 | 6.47 | - |
| YUV | 115.97 | 96.42 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 60 | 0 | 0.60 | 0.71 | 0.2 | 9.17 | 0.59 | 0.52 |
| Hex | CC | 52 | 3C | 0 | 3C | 47 | 14 | 9 | 3B | 34 |
| Octal | 314 | 122 | 74 | 0 | 74 | 107 | 24 | 11 | 73 | 64 |
| Binary | 11001100 | 1010010 | 111100 | 0 | 111100 | 1000111 | 10100 | 1001 | 111011 | 110100 |
Color Harmonies of #CC523C
Complementary color
Monochromatic Colors of #CC523C
Black with #CC523C
Text Example
Text Example
White with #CC523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC523C; }
p { color: rgb(204,82,60); }
H1.HeaderClassName
{
color: #CC523C;
}
.AnyTagClassName
{
color: #CC523C;
}
</style>
background-color css
<style>
a { background-color: #CC523C; }
a { background-color: rgb(204,82,60); }
div.DivClassName
{
background-color: #CC523C;
}
.BgClassName
{
background-color: #CC523C;
}
</style>
border-color css
<style>
span { border-color: #CC523C; }
span { border-color: rgb(204,82,60); }
td.TdClassName
{
border-color: #CC523C;
}
.TagClassName
{
border-color: #CC523C;
}
</style>