Shades of Trinidad #C04921
Tints of Trinidad #C04921
RGB
CMYK
RGB Variations
Color information
#C04921 (or 0xC04921) is known color: Trinidad. HEX triplet: C0, 49 and 21. RGB value is (192,73,33). Sum of RGB (Red+Green+Blue) = 192+73+33=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C04921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04921 is #3FB6DE. Grayscale: #686868. Windows color (decimal): -4175583 or 2181568. OLE color: 2181568.
HSL color Cylindrical-coordinate representation of color #C04921: hue angle of 15.09º 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 #C04921 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 33 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.25 |
| HSL | 15.09º | 0.71% | 0.44% | - |
| HSV(B) | 15.09º | 0.83% | 0.75% | - |
| XYZ | 24.4 | 16.08 | 3.26 | - |
| YUV | 104.02 | 87.92 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 33 | 0 | 0.62 | 0.83 | 0.25 | 15.09 | 0.71 | 0.44 |
| Hex | C0 | 49 | 21 | 0 | 3E | 53 | 19 | F | 47 | 2C |
| Octal | 300 | 111 | 41 | 0 | 76 | 123 | 31 | 17 | 107 | 54 |
| Binary | 11000000 | 1001001 | 100001 | 0 | 111110 | 1010011 | 11001 | 1111 | 1000111 | 101100 |
Color Harmonies of #C04921
Complementary color
Monochromatic Colors of #C04921
Black with #C04921
Text Example
Text Example
White with #C04921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04921; }
p { color: rgb(192,73,33); }
H1.HeaderClassName
{
color: #C04921;
}
.AnyTagClassName
{
color: #C04921;
}
</style>
background-color css
<style>
a { background-color: #C04921; }
a { background-color: rgb(192,73,33); }
div.DivClassName
{
background-color: #C04921;
}
.BgClassName
{
background-color: #C04921;
}
</style>
border-color css
<style>
span { border-color: #C04921; }
span { border-color: rgb(192,73,33); }
td.TdClassName
{
border-color: #C04921;
}
.TagClassName
{
border-color: #C04921;
}
</style>