Shades of Trinidad #C04A25
Tints of Trinidad #C04A25
RGB
CMYK
RGB Variations
Color information
#C04A25 (or 0xC04A25) is known color: Trinidad. HEX triplet: C0, 4A and 25. RGB value is (192,74,37). Sum of RGB (Red+Green+Blue) = 192+74+37=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A25 is #3FB5DA. Grayscale: #696969. Windows color (decimal): -4175323 or 2443968. OLE color: 2443968.
HSL color Cylindrical-coordinate representation of color #C04A25: hue angle of 14.32º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C04A25 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 37 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.25 |
| HSL | 14.32º | 0.68% | 0.45% | - |
| HSV(B) | 14.32º | 0.81% | 0.75% | - |
| XYZ | 24.52 | 16.24 | 3.59 | - |
| YUV | 105.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 37 | 0 | 0.61 | 0.81 | 0.25 | 14.32 | 0.68 | 0.45 |
| Hex | C0 | 4A | 25 | 0 | 3D | 51 | 19 | E | 44 | 2D |
| Octal | 300 | 112 | 45 | 0 | 75 | 121 | 31 | 16 | 104 | 55 |
| Binary | 11000000 | 1001010 | 100101 | 0 | 111101 | 1010001 | 11001 | 1110 | 1000100 | 101101 |
Color Harmonies of #C04A25
Complementary color
Monochromatic Colors of #C04A25
Black with #C04A25
Text Example
Text Example
White with #C04A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A25; }
p { color: rgb(192,74,37); }
H1.HeaderClassName
{
color: #C04A25;
}
.AnyTagClassName
{
color: #C04A25;
}
</style>
background-color css
<style>
a { background-color: #C04A25; }
a { background-color: rgb(192,74,37); }
div.DivClassName
{
background-color: #C04A25;
}
.BgClassName
{
background-color: #C04A25;
}
</style>
border-color css
<style>
span { border-color: #C04A25; }
span { border-color: rgb(192,74,37); }
td.TdClassName
{
border-color: #C04A25;
}
.TagClassName
{
border-color: #C04A25;
}
</style>