Shades of Trinidad #CC512F
Tints of Trinidad #CC512F
RGB
CMYK
RGB Variations
Color information
#CC512F (or 0xCC512F) is known color: Trinidad. HEX triplet: CC, 51 and 2F. RGB value is (204,81,47). Sum of RGB (Red+Green+Blue) = 204+81+47=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC512F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC512F is #33AED0. Grayscale: #727272. Windows color (decimal): -3387089 or 3101132. OLE color: 3101132.
HSL color Cylindrical-coordinate representation of color #CC512F: hue angle of 12.99º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC512F is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 47 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.2 |
| HSL | 12.99º | 0.63% | 0.49% | - |
| HSV(B) | 12.99º | 0.77% | 0.8% | - |
| XYZ | 28.36 | 18.93 | 4.85 | - |
| YUV | 113.9 | 90.25 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 47 | 0 | 0.60 | 0.77 | 0.2 | 12.99 | 0.63 | 0.49 |
| Hex | CC | 51 | 2F | 0 | 3C | 4D | 14 | D | 3F | 31 |
| Octal | 314 | 121 | 57 | 0 | 74 | 115 | 24 | 15 | 77 | 61 |
| Binary | 11001100 | 1010001 | 101111 | 0 | 111100 | 1001101 | 10100 | 1101 | 111111 | 110001 |
Color Harmonies of #CC512F
Complementary color
Monochromatic Colors of #CC512F
Black with #CC512F
Text Example
Text Example
White with #CC512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC512F; }
p { color: rgb(204,81,47); }
H1.HeaderClassName
{
color: #CC512F;
}
.AnyTagClassName
{
color: #CC512F;
}
</style>
background-color css
<style>
a { background-color: #CC512F; }
a { background-color: rgb(204,81,47); }
div.DivClassName
{
background-color: #CC512F;
}
.BgClassName
{
background-color: #CC512F;
}
</style>
border-color css
<style>
span { border-color: #CC512F; }
span { border-color: rgb(204,81,47); }
td.TdClassName
{
border-color: #CC512F;
}
.TagClassName
{
border-color: #CC512F;
}
</style>