Shades of Trinidad #CC4D1E
Tints of Trinidad #CC4D1E
RGB
CMYK
RGB Variations
Color information
#CC4D1E (or 0xCC4D1E) is known color: Trinidad. HEX triplet: CC, 4D and 1E. RGB value is (204,77,30). Sum of RGB (Red+Green+Blue) = 204+77+30=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4D1E is #33B2E1. Grayscale: #6D6D6D. Windows color (decimal): -3388130 or 1985996. OLE color: 1985996.
HSL color Cylindrical-coordinate representation of color #CC4D1E: hue angle of 16.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC4D1E is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 30 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.2 |
| HSL | 16.21º | 0.74% | 0.46% | - |
| HSV(B) | 16.21º | 0.85% | 0.8% | - |
| XYZ | 27.79 | 18.24 | 3.28 | - |
| YUV | 109.62 | 83.08 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 30 | 0 | 0.62 | 0.85 | 0.2 | 16.21 | 0.74 | 0.46 |
| Hex | CC | 4D | 1E | 0 | 3E | 55 | 14 | 10 | 4A | 2E |
| Octal | 314 | 115 | 36 | 0 | 76 | 125 | 24 | 20 | 112 | 56 |
| Binary | 11001100 | 1001101 | 11110 | 0 | 111110 | 1010101 | 10100 | 10000 | 1001010 | 101110 |
Color Harmonies of #CC4D1E
Complementary color
Monochromatic Colors of #CC4D1E
Black with #CC4D1E
Text Example
Text Example
White with #CC4D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D1E; }
p { color: rgb(204,77,30); }
H1.HeaderClassName
{
color: #CC4D1E;
}
.AnyTagClassName
{
color: #CC4D1E;
}
</style>
background-color css
<style>
a { background-color: #CC4D1E; }
a { background-color: rgb(204,77,30); }
div.DivClassName
{
background-color: #CC4D1E;
}
.BgClassName
{
background-color: #CC4D1E;
}
</style>
border-color css
<style>
span { border-color: #CC4D1E; }
span { border-color: rgb(204,77,30); }
td.TdClassName
{
border-color: #CC4D1E;
}
.TagClassName
{
border-color: #CC4D1E;
}
</style>