Shades of Trinidad #CC4A21
Tints of Trinidad #CC4A21
RGB
CMYK
RGB Variations
Color information
#CC4A21 (or 0xCC4A21) is known color: Trinidad. HEX triplet: CC, 4A and 21. RGB value is (204,74,33). Sum of RGB (Red+Green+Blue) = 204+74+33=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A21 is #33B5DE. Grayscale: #6C6C6C. Windows color (decimal): -3388895 or 2181836. OLE color: 2181836.
HSL color Cylindrical-coordinate representation of color #CC4A21: hue angle of 14.39º 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 #CC4A21 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 33 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.2 |
| HSL | 14.39º | 0.72% | 0.46% | - |
| HSV(B) | 14.39º | 0.84% | 0.8% | - |
| XYZ | 27.63 | 17.84 | 3.43 | - |
| YUV | 108.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 33 | 0 | 0.64 | 0.84 | 0.2 | 14.39 | 0.72 | 0.46 |
| Hex | CC | 4A | 21 | 0 | 40 | 54 | 14 | E | 48 | 2E |
| Octal | 314 | 112 | 41 | 0 | 100 | 124 | 24 | 16 | 110 | 56 |
| Binary | 11001100 | 1001010 | 100001 | 0 | 1000000 | 1010100 | 10100 | 1110 | 1001000 | 101110 |
Color Harmonies of #CC4A21
Complementary color
Monochromatic Colors of #CC4A21
Black with #CC4A21
Text Example
Text Example
White with #CC4A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A21; }
p { color: rgb(204,74,33); }
H1.HeaderClassName
{
color: #CC4A21;
}
.AnyTagClassName
{
color: #CC4A21;
}
</style>
background-color css
<style>
a { background-color: #CC4A21; }
a { background-color: rgb(204,74,33); }
div.DivClassName
{
background-color: #CC4A21;
}
.BgClassName
{
background-color: #CC4A21;
}
</style>
border-color css
<style>
span { border-color: #CC4A21; }
span { border-color: rgb(204,74,33); }
td.TdClassName
{
border-color: #CC4A21;
}
.TagClassName
{
border-color: #CC4A21;
}
</style>