Shades of Trinidad #CC4E22
Tints of Trinidad #CC4E22
RGB
CMYK
RGB Variations
Color information
#CC4E22 (or 0xCC4E22) is known color: Trinidad. HEX triplet: CC, 4E and 22. RGB value is (204,78,34). Sum of RGB (Red+Green+Blue) = 204+78+34=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E22 is #33B1DD. Grayscale: #6E6E6E. Windows color (decimal): -3387870 or 2248396. OLE color: 2248396.
HSL color Cylindrical-coordinate representation of color #CC4E22: hue angle of 15.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC4E22 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 34 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.2 |
| HSL | 15.53º | 0.71% | 0.47% | - |
| HSV(B) | 15.53º | 0.83% | 0.8% | - |
| XYZ | 27.91 | 18.4 | 3.59 | - |
| YUV | 110.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 34 | 0 | 0.62 | 0.83 | 0.2 | 15.53 | 0.71 | 0.47 |
| Hex | CC | 4E | 22 | 0 | 3E | 53 | 14 | 10 | 47 | 2F |
| Octal | 314 | 116 | 42 | 0 | 76 | 123 | 24 | 20 | 107 | 57 |
| Binary | 11001100 | 1001110 | 100010 | 0 | 111110 | 1010011 | 10100 | 10000 | 1000111 | 101111 |
Color Harmonies of #CC4E22
Complementary color
Monochromatic Colors of #CC4E22
Black with #CC4E22
Text Example
Text Example
White with #CC4E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E22; }
p { color: rgb(204,78,34); }
H1.HeaderClassName
{
color: #CC4E22;
}
.AnyTagClassName
{
color: #CC4E22;
}
</style>
background-color css
<style>
a { background-color: #CC4E22; }
a { background-color: rgb(204,78,34); }
div.DivClassName
{
background-color: #CC4E22;
}
.BgClassName
{
background-color: #CC4E22;
}
</style>
border-color css
<style>
span { border-color: #CC4E22; }
span { border-color: rgb(204,78,34); }
td.TdClassName
{
border-color: #CC4E22;
}
.TagClassName
{
border-color: #CC4E22;
}
</style>