Shades of Trinidad #CC512C
Tints of Trinidad #CC512C
RGB
CMYK
RGB Variations
Color information
#CC512C (or 0xCC512C) is known color: Trinidad. HEX triplet: CC, 51 and 2C. RGB value is (204,81,44). Sum of RGB (Red+Green+Blue) = 204+81+44=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC512C is #33AED3. Grayscale: #717171. Windows color (decimal): -3387092 or 2904524. OLE color: 2904524.
HSL color Cylindrical-coordinate representation of color #CC512C: hue angle of 13.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC512C is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 44 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.2 |
| HSL | 13.88º | 0.65% | 0.49% | - |
| HSV(B) | 13.88º | 0.78% | 0.8% | - |
| XYZ | 28.3 | 18.9 | 4.54 | - |
| YUV | 113.56 | 88.75 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 44 | 0 | 0.60 | 0.78 | 0.2 | 13.88 | 0.65 | 0.49 |
| Hex | CC | 51 | 2C | 0 | 3C | 4E | 14 | E | 41 | 31 |
| Octal | 314 | 121 | 54 | 0 | 74 | 116 | 24 | 16 | 101 | 61 |
| Binary | 11001100 | 1010001 | 101100 | 0 | 111100 | 1001110 | 10100 | 1110 | 1000001 | 110001 |
Color Harmonies of #CC512C
Complementary color
Monochromatic Colors of #CC512C
Black with #CC512C
Text Example
Text Example
White with #CC512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC512C; }
p { color: rgb(204,81,44); }
H1.HeaderClassName
{
color: #CC512C;
}
.AnyTagClassName
{
color: #CC512C;
}
</style>
background-color css
<style>
a { background-color: #CC512C; }
a { background-color: rgb(204,81,44); }
div.DivClassName
{
background-color: #CC512C;
}
.BgClassName
{
background-color: #CC512C;
}
</style>
border-color css
<style>
span { border-color: #CC512C; }
span { border-color: rgb(204,81,44); }
td.TdClassName
{
border-color: #CC512C;
}
.TagClassName
{
border-color: #CC512C;
}
</style>