Shades of Trinidad #CC4F1A
Tints of Trinidad #CC4F1A
RGB
CMYK
RGB Variations
Color information
#CC4F1A (or 0xCC4F1A) is known color: Trinidad. HEX triplet: CC, 4F and 1A. RGB value is (204,79,26). Sum of RGB (Red+Green+Blue) = 204+79+26=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4F1A is #33B0E5. Grayscale: #6E6E6E. Windows color (decimal): -3387622 or 1724364. OLE color: 1724364.
HSL color Cylindrical-coordinate representation of color #CC4F1A: hue angle of 17.87º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC4F1A is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 26 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.2 |
| HSL | 17.87º | 0.77% | 0.45% | - |
| HSV(B) | 17.87º | 0.87% | 0.8% | - |
| XYZ | 27.88 | 18.5 | 3.08 | - |
| YUV | 110.33 | 80.41 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 26 | 0 | 0.61 | 0.87 | 0.2 | 17.87 | 0.77 | 0.45 |
| Hex | CC | 4F | 1A | 0 | 3D | 57 | 14 | 12 | 4D | 2D |
| Octal | 314 | 117 | 32 | 0 | 75 | 127 | 24 | 22 | 115 | 55 |
| Binary | 11001100 | 1001111 | 11010 | 0 | 111101 | 1010111 | 10100 | 10010 | 1001101 | 101101 |
Color Harmonies of #CC4F1A
Complementary color
Monochromatic Colors of #CC4F1A
Black with #CC4F1A
Text Example
Text Example
White with #CC4F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F1A; }
p { color: rgb(204,79,26); }
H1.HeaderClassName
{
color: #CC4F1A;
}
.AnyTagClassName
{
color: #CC4F1A;
}
</style>
background-color css
<style>
a { background-color: #CC4F1A; }
a { background-color: rgb(204,79,26); }
div.DivClassName
{
background-color: #CC4F1A;
}
.BgClassName
{
background-color: #CC4F1A;
}
</style>
border-color css
<style>
span { border-color: #CC4F1A; }
span { border-color: rgb(204,79,26); }
td.TdClassName
{
border-color: #CC4F1A;
}
.TagClassName
{
border-color: #CC4F1A;
}
</style>