Shades of Trinidad #CC4522
Tints of Trinidad #CC4522
RGB
CMYK
RGB Variations
Color information
#CC4522 (or 0xCC4522) is known color: Trinidad. HEX triplet: CC, 45 and 22. RGB value is (204,69,34). Sum of RGB (Red+Green+Blue) = 204+69+34=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4522 is #33BADD. Grayscale: #696969. Windows color (decimal): -3390174 or 2246092. OLE color: 2246092.
HSL color Cylindrical-coordinate representation of color #CC4522: hue angle of 12.35º 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 #CC4522 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 34 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.2 |
| HSL | 12.35º | 0.71% | 0.47% | - |
| HSV(B) | 12.35º | 0.83% | 0.8% | - |
| XYZ | 27.32 | 17.21 | 3.4 | - |
| YUV | 105.38 | 87.73 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 34 | 0 | 0.66 | 0.83 | 0.2 | 12.35 | 0.71 | 0.47 |
| Hex | CC | 45 | 22 | 0 | 42 | 53 | 14 | C | 47 | 2F |
| Octal | 314 | 105 | 42 | 0 | 102 | 123 | 24 | 14 | 107 | 57 |
| Binary | 11001100 | 1000101 | 100010 | 0 | 1000010 | 1010011 | 10100 | 1100 | 1000111 | 101111 |
Color Harmonies of #CC4522
Complementary color
Monochromatic Colors of #CC4522
Black with #CC4522
Text Example
Text Example
White with #CC4522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4522; }
p { color: rgb(204,69,34); }
H1.HeaderClassName
{
color: #CC4522;
}
.AnyTagClassName
{
color: #CC4522;
}
</style>
background-color css
<style>
a { background-color: #CC4522; }
a { background-color: rgb(204,69,34); }
div.DivClassName
{
background-color: #CC4522;
}
.BgClassName
{
background-color: #CC4522;
}
</style>
border-color css
<style>
span { border-color: #CC4522; }
span { border-color: rgb(204,69,34); }
td.TdClassName
{
border-color: #CC4522;
}
.TagClassName
{
border-color: #CC4522;
}
</style>