Shades of Trinidad #CC4622
Tints of Trinidad #CC4622
RGB
CMYK
RGB Variations
Color information
#CC4622 (or 0xCC4622) is known color: Trinidad. HEX triplet: CC, 46 and 22. RGB value is (204,70,34). Sum of RGB (Red+Green+Blue) = 204+70+34=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4622 is #33B9DD. Grayscale: #6A6A6A. Windows color (decimal): -3389918 or 2246348. OLE color: 2246348.
HSL color Cylindrical-coordinate representation of color #CC4622: hue angle of 12.71º 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 #CC4622 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 34 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.2 |
| HSL | 12.71º | 0.71% | 0.47% | - |
| HSV(B) | 12.71º | 0.83% | 0.8% | - |
| XYZ | 27.38 | 17.33 | 3.42 | - |
| YUV | 105.96 | 87.39 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 34 | 0 | 0.66 | 0.83 | 0.2 | 12.71 | 0.71 | 0.47 |
| Hex | CC | 46 | 22 | 0 | 42 | 53 | 14 | D | 47 | 2F |
| Octal | 314 | 106 | 42 | 0 | 102 | 123 | 24 | 15 | 107 | 57 |
| Binary | 11001100 | 1000110 | 100010 | 0 | 1000010 | 1010011 | 10100 | 1101 | 1000111 | 101111 |
Color Harmonies of #CC4622
Complementary color
Monochromatic Colors of #CC4622
Black with #CC4622
Text Example
Text Example
White with #CC4622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4622; }
p { color: rgb(204,70,34); }
H1.HeaderClassName
{
color: #CC4622;
}
.AnyTagClassName
{
color: #CC4622;
}
</style>
background-color css
<style>
a { background-color: #CC4622; }
a { background-color: rgb(204,70,34); }
div.DivClassName
{
background-color: #CC4622;
}
.BgClassName
{
background-color: #CC4622;
}
</style>
border-color css
<style>
span { border-color: #CC4622; }
span { border-color: rgb(204,70,34); }
td.TdClassName
{
border-color: #CC4622;
}
.TagClassName
{
border-color: #CC4622;
}
</style>