Shades of Trinidad #CC4C22
Tints of Trinidad #CC4C22
RGB
CMYK
RGB Variations
Color information
#CC4C22 (or 0xCC4C22) is known color: Trinidad. HEX triplet: CC, 4C and 22. RGB value is (204,76,34). Sum of RGB (Red+Green+Blue) = 204+76+34=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C22 is #33B3DD. Grayscale: #6D6D6D. Windows color (decimal): -3388382 or 2247884. OLE color: 2247884.
HSL color Cylindrical-coordinate representation of color #CC4C22: hue angle of 14.82º 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 #CC4C22 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 34 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.2 |
| HSL | 14.82º | 0.71% | 0.47% | - |
| HSV(B) | 14.82º | 0.83% | 0.8% | - |
| XYZ | 27.78 | 18.12 | 3.55 | - |
| YUV | 109.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 34 | 0 | 0.63 | 0.83 | 0.2 | 14.82 | 0.71 | 0.47 |
| Hex | CC | 4C | 22 | 0 | 3F | 53 | 14 | F | 47 | 2F |
| Octal | 314 | 114 | 42 | 0 | 77 | 123 | 24 | 17 | 107 | 57 |
| Binary | 11001100 | 1001100 | 100010 | 0 | 111111 | 1010011 | 10100 | 1111 | 1000111 | 101111 |
Color Harmonies of #CC4C22
Complementary color
Monochromatic Colors of #CC4C22
Black with #CC4C22
Text Example
Text Example
White with #CC4C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C22; }
p { color: rgb(204,76,34); }
H1.HeaderClassName
{
color: #CC4C22;
}
.AnyTagClassName
{
color: #CC4C22;
}
</style>
background-color css
<style>
a { background-color: #CC4C22; }
a { background-color: rgb(204,76,34); }
div.DivClassName
{
background-color: #CC4C22;
}
.BgClassName
{
background-color: #CC4C22;
}
</style>
border-color css
<style>
span { border-color: #CC4C22; }
span { border-color: rgb(204,76,34); }
td.TdClassName
{
border-color: #CC4C22;
}
.TagClassName
{
border-color: #CC4C22;
}
</style>