Shades of Trinidad #C04A2A
Tints of Trinidad #C04A2A
RGB
CMYK
RGB Variations
Color information
#C04A2A (or 0xC04A2A) is known color: Trinidad. HEX triplet: C0, 4A and 2A. RGB value is (192,74,42). Sum of RGB (Red+Green+Blue) = 192+74+42=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A2A is #3FB5D5. Grayscale: #696969. Windows color (decimal): -4175318 or 2771648. OLE color: 2771648.
HSL color Cylindrical-coordinate representation of color #C04A2A: hue angle of 12.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C04A2A is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 42 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.25 |
| HSL | 12.8º | 0.64% | 0.46% | - |
| HSV(B) | 12.8º | 0.78% | 0.75% | - |
| XYZ | 24.6 | 16.27 | 4.03 | - |
| YUV | 105.63 | 92.09 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 42 | 0 | 0.61 | 0.78 | 0.25 | 12.8 | 0.64 | 0.46 |
| Hex | C0 | 4A | 2A | 0 | 3D | 4E | 19 | D | 40 | 2E |
| Octal | 300 | 112 | 52 | 0 | 75 | 116 | 31 | 15 | 100 | 56 |
| Binary | 11000000 | 1001010 | 101010 | 0 | 111101 | 1001110 | 11001 | 1101 | 1000000 | 101110 |
Color Harmonies of #C04A2A
Complementary color
Monochromatic Colors of #C04A2A
Black with #C04A2A
Text Example
Text Example
White with #C04A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A2A; }
p { color: rgb(192,74,42); }
H1.HeaderClassName
{
color: #C04A2A;
}
.AnyTagClassName
{
color: #C04A2A;
}
</style>
background-color css
<style>
a { background-color: #C04A2A; }
a { background-color: rgb(192,74,42); }
div.DivClassName
{
background-color: #C04A2A;
}
.BgClassName
{
background-color: #C04A2A;
}
</style>
border-color css
<style>
span { border-color: #C04A2A; }
span { border-color: rgb(192,74,42); }
td.TdClassName
{
border-color: #C04A2A;
}
.TagClassName
{
border-color: #C04A2A;
}
</style>