Shades of Trinidad #CC502B
Tints of Trinidad #CC502B
RGB
CMYK
RGB Variations
Color information
#CC502B (or 0xCC502B) is known color: Trinidad. HEX triplet: CC, 50 and 2B. RGB value is (204,80,43). Sum of RGB (Red+Green+Blue) = 204+80+43=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC502B is #33AFD4. Grayscale: #717171. Windows color (decimal): -3387349 or 2838732. OLE color: 2838732.
HSL color Cylindrical-coordinate representation of color #CC502B: hue angle of 13.79º degrees, saturation: 0.65, 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 #CC502B is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 43 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.2 |
| HSL | 13.79º | 0.65% | 0.48% | - |
| HSV(B) | 13.79º | 0.79% | 0.8% | - |
| XYZ | 28.21 | 18.75 | 4.42 | - |
| YUV | 112.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 43 | 0 | 0.61 | 0.79 | 0.2 | 13.79 | 0.65 | 0.48 |
| Hex | CC | 50 | 2B | 0 | 3D | 4F | 14 | E | 41 | 30 |
| Octal | 314 | 120 | 53 | 0 | 75 | 117 | 24 | 16 | 101 | 60 |
| Binary | 11001100 | 1010000 | 101011 | 0 | 111101 | 1001111 | 10100 | 1110 | 1000001 | 110000 |
Color Harmonies of #CC502B
Complementary color
Monochromatic Colors of #CC502B
Black with #CC502B
Text Example
Text Example
White with #CC502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC502B; }
p { color: rgb(204,80,43); }
H1.HeaderClassName
{
color: #CC502B;
}
.AnyTagClassName
{
color: #CC502B;
}
</style>
background-color css
<style>
a { background-color: #CC502B; }
a { background-color: rgb(204,80,43); }
div.DivClassName
{
background-color: #CC502B;
}
.BgClassName
{
background-color: #CC502B;
}
</style>
border-color css
<style>
span { border-color: #CC502B; }
span { border-color: rgb(204,80,43); }
td.TdClassName
{
border-color: #CC502B;
}
.TagClassName
{
border-color: #CC502B;
}
</style>