Shades of Trinidad #CC502A
Tints of Trinidad #CC502A
RGB
CMYK
RGB Variations
Color information
#CC502A (or 0xCC502A) is known color: Trinidad. HEX triplet: CC, 50 and 2A. RGB value is (204,80,42). Sum of RGB (Red+Green+Blue) = 204+80+42=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC502A is #33AFD5. Grayscale: #717171. Windows color (decimal): -3387350 or 2773196. OLE color: 2773196.
HSL color Cylindrical-coordinate representation of color #CC502A: hue angle of 14.07º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC502A is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 42 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.2 |
| HSL | 14.07º | 0.66% | 0.48% | - |
| HSV(B) | 14.07º | 0.79% | 0.8% | - |
| XYZ | 28.19 | 18.74 | 4.32 | - |
| YUV | 112.74 | 88.08 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 42 | 0 | 0.61 | 0.79 | 0.2 | 14.07 | 0.66 | 0.48 |
| Hex | CC | 50 | 2A | 0 | 3D | 4F | 14 | E | 42 | 30 |
| Octal | 314 | 120 | 52 | 0 | 75 | 117 | 24 | 16 | 102 | 60 |
| Binary | 11001100 | 1010000 | 101010 | 0 | 111101 | 1001111 | 10100 | 1110 | 1000010 | 110000 |
Color Harmonies of #CC502A
Complementary color
Monochromatic Colors of #CC502A
Black with #CC502A
Text Example
Text Example
White with #CC502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC502A; }
p { color: rgb(204,80,42); }
H1.HeaderClassName
{
color: #CC502A;
}
.AnyTagClassName
{
color: #CC502A;
}
</style>
background-color css
<style>
a { background-color: #CC502A; }
a { background-color: rgb(204,80,42); }
div.DivClassName
{
background-color: #CC502A;
}
.BgClassName
{
background-color: #CC502A;
}
</style>
border-color css
<style>
span { border-color: #CC502A; }
span { border-color: rgb(204,80,42); }
td.TdClassName
{
border-color: #CC502A;
}
.TagClassName
{
border-color: #CC502A;
}
</style>