Shades of Trinidad #CC4922
Tints of Trinidad #CC4922
RGB
CMYK
RGB Variations
Color information
#CC4922 (or 0xCC4922) is known color: Trinidad. HEX triplet: CC, 49 and 22. RGB value is (204,73,34). Sum of RGB (Red+Green+Blue) = 204+73+34=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4922 is #33B6DD. Grayscale: #6C6C6C. Windows color (decimal): -3389150 or 2247116. OLE color: 2247116.
HSL color Cylindrical-coordinate representation of color #CC4922: hue angle of 13.76º 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 #CC4922 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 34 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.2 |
| HSL | 13.76º | 0.71% | 0.47% | - |
| HSV(B) | 13.76º | 0.83% | 0.8% | - |
| XYZ | 27.57 | 17.72 | 3.48 | - |
| YUV | 107.72 | 86.4 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 34 | 0 | 0.64 | 0.83 | 0.2 | 13.76 | 0.71 | 0.47 |
| Hex | CC | 49 | 22 | 0 | 40 | 53 | 14 | E | 47 | 2F |
| Octal | 314 | 111 | 42 | 0 | 100 | 123 | 24 | 16 | 107 | 57 |
| Binary | 11001100 | 1001001 | 100010 | 0 | 1000000 | 1010011 | 10100 | 1110 | 1000111 | 101111 |
Color Harmonies of #CC4922
Complementary color
Monochromatic Colors of #CC4922
Black with #CC4922
Text Example
Text Example
White with #CC4922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4922; }
p { color: rgb(204,73,34); }
H1.HeaderClassName
{
color: #CC4922;
}
.AnyTagClassName
{
color: #CC4922;
}
</style>
background-color css
<style>
a { background-color: #CC4922; }
a { background-color: rgb(204,73,34); }
div.DivClassName
{
background-color: #CC4922;
}
.BgClassName
{
background-color: #CC4922;
}
</style>
border-color css
<style>
span { border-color: #CC4922; }
span { border-color: rgb(204,73,34); }
td.TdClassName
{
border-color: #CC4922;
}
.TagClassName
{
border-color: #CC4922;
}
</style>