Shades of Trinidad #C04A21
Tints of Trinidad #C04A21
RGB
CMYK
RGB Variations
Color information
#C04A21 (or 0xC04A21) is known color: Trinidad. HEX triplet: C0, 4A and 21. RGB value is (192,74,33). Sum of RGB (Red+Green+Blue) = 192+74+33=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A21 is #3FB5DE. Grayscale: #686868. Windows color (decimal): -4175327 or 2181824. OLE color: 2181824.
HSL color Cylindrical-coordinate representation of color #C04A21: hue angle of 15.47º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C04A21 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 33 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.25 |
| HSL | 15.47º | 0.71% | 0.44% | - |
| HSV(B) | 15.47º | 0.83% | 0.75% | - |
| XYZ | 24.46 | 16.21 | 3.28 | - |
| YUV | 104.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 33 | 0 | 0.61 | 0.83 | 0.25 | 15.47 | 0.71 | 0.44 |
| Hex | C0 | 4A | 21 | 0 | 3D | 53 | 19 | F | 47 | 2C |
| Octal | 300 | 112 | 41 | 0 | 75 | 123 | 31 | 17 | 107 | 54 |
| Binary | 11000000 | 1001010 | 100001 | 0 | 111101 | 1010011 | 11001 | 1111 | 1000111 | 101100 |
Color Harmonies of #C04A21
Complementary color
Monochromatic Colors of #C04A21
Black with #C04A21
Text Example
Text Example
White with #C04A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A21; }
p { color: rgb(192,74,33); }
H1.HeaderClassName
{
color: #C04A21;
}
.AnyTagClassName
{
color: #C04A21;
}
</style>
background-color css
<style>
a { background-color: #C04A21; }
a { background-color: rgb(192,74,33); }
div.DivClassName
{
background-color: #C04A21;
}
.BgClassName
{
background-color: #C04A21;
}
</style>
border-color css
<style>
span { border-color: #C04A21; }
span { border-color: rgb(192,74,33); }
td.TdClassName
{
border-color: #C04A21;
}
.TagClassName
{
border-color: #C04A21;
}
</style>