Shades of Trinidad #CC4D2E
Tints of Trinidad #CC4D2E
RGB
CMYK
RGB Variations
Color information
#CC4D2E (or 0xCC4D2E) is known color: Trinidad. HEX triplet: CC, 4D and 2E. RGB value is (204,77,46). Sum of RGB (Red+Green+Blue) = 204+77+46=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4D2E is #33B2D1. Grayscale: #6F6F6F. Windows color (decimal): -3388114 or 3034572. OLE color: 3034572.
HSL color Cylindrical-coordinate representation of color #CC4D2E: hue angle of 11.77º 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 #CC4D2E is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 46 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.2 |
| HSL | 11.77º | 0.63% | 0.49% | - |
| HSV(B) | 11.77º | 0.77% | 0.8% | - |
| XYZ | 28.05 | 18.34 | 4.65 | - |
| YUV | 111.44 | 91.08 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 46 | 0 | 0.62 | 0.77 | 0.2 | 11.77 | 0.63 | 0.49 |
| Hex | CC | 4D | 2E | 0 | 3E | 4D | 14 | C | 3F | 31 |
| Octal | 314 | 115 | 56 | 0 | 76 | 115 | 24 | 14 | 77 | 61 |
| Binary | 11001100 | 1001101 | 101110 | 0 | 111110 | 1001101 | 10100 | 1100 | 111111 | 110001 |
Color Harmonies of #CC4D2E
Complementary color
Monochromatic Colors of #CC4D2E
Black with #CC4D2E
Text Example
Text Example
White with #CC4D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D2E; }
p { color: rgb(204,77,46); }
H1.HeaderClassName
{
color: #CC4D2E;
}
.AnyTagClassName
{
color: #CC4D2E;
}
</style>
background-color css
<style>
a { background-color: #CC4D2E; }
a { background-color: rgb(204,77,46); }
div.DivClassName
{
background-color: #CC4D2E;
}
.BgClassName
{
background-color: #CC4D2E;
}
</style>
border-color css
<style>
span { border-color: #CC4D2E; }
span { border-color: rgb(204,77,46); }
td.TdClassName
{
border-color: #CC4D2E;
}
.TagClassName
{
border-color: #CC4D2E;
}
</style>