Shades of Trinidad #CC4821
Tints of Trinidad #CC4821
RGB
CMYK
RGB Variations
Color information
#CC4821 (or 0xCC4821) is known color: Trinidad. HEX triplet: CC, 48 and 21. RGB value is (204,72,33). Sum of RGB (Red+Green+Blue) = 204+72+33=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4821 is #33B7DE. Grayscale: #6B6B6B. Windows color (decimal): -3389407 or 2181324. OLE color: 2181324.
HSL color Cylindrical-coordinate representation of color #CC4821: hue angle of 13.68º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC4821 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 33 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.2 |
| HSL | 13.68º | 0.72% | 0.46% | - |
| HSV(B) | 13.68º | 0.84% | 0.8% | - |
| XYZ | 27.49 | 17.58 | 3.38 | - |
| YUV | 107.02 | 86.23 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 33 | 0 | 0.65 | 0.84 | 0.2 | 13.68 | 0.72 | 0.46 |
| Hex | CC | 48 | 21 | 0 | 41 | 54 | 14 | E | 48 | 2E |
| Octal | 314 | 110 | 41 | 0 | 101 | 124 | 24 | 16 | 110 | 56 |
| Binary | 11001100 | 1001000 | 100001 | 0 | 1000001 | 1010100 | 10100 | 1110 | 1001000 | 101110 |
Color Harmonies of #CC4821
Complementary color
Monochromatic Colors of #CC4821
Black with #CC4821
Text Example
Text Example
White with #CC4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4821; }
p { color: rgb(204,72,33); }
H1.HeaderClassName
{
color: #CC4821;
}
.AnyTagClassName
{
color: #CC4821;
}
</style>
background-color css
<style>
a { background-color: #CC4821; }
a { background-color: rgb(204,72,33); }
div.DivClassName
{
background-color: #CC4821;
}
.BgClassName
{
background-color: #CC4821;
}
</style>
border-color css
<style>
span { border-color: #CC4821; }
span { border-color: rgb(204,72,33); }
td.TdClassName
{
border-color: #CC4821;
}
.TagClassName
{
border-color: #CC4821;
}
</style>