Shades of Trinidad #C0472A
Tints of Trinidad #C0472A
RGB
CMYK
RGB Variations
Color information
#C0472A (or 0xC0472A) is known color: Trinidad. HEX triplet: C0, 47 and 2A. RGB value is (192,71,42). Sum of RGB (Red+Green+Blue) = 192+71+42=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0472A is #3FB8D5. Grayscale: #686868. Windows color (decimal): -4176086 or 2770880. OLE color: 2770880.
HSL color Cylindrical-coordinate representation of color #C0472A: hue angle of 11.6º 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 #C0472A is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 42 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.25 |
| HSL | 11.6º | 0.64% | 0.46% | - |
| HSV(B) | 11.6º | 0.78% | 0.75% | - |
| XYZ | 24.41 | 15.88 | 3.97 | - |
| YUV | 103.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 42 | 0 | 0.63 | 0.78 | 0.25 | 11.6 | 0.64 | 0.46 |
| Hex | C0 | 47 | 2A | 0 | 3F | 4E | 19 | C | 40 | 2E |
| Octal | 300 | 107 | 52 | 0 | 77 | 116 | 31 | 14 | 100 | 56 |
| Binary | 11000000 | 1000111 | 101010 | 0 | 111111 | 1001110 | 11001 | 1100 | 1000000 | 101110 |
Color Harmonies of #C0472A
Complementary color
Monochromatic Colors of #C0472A
Black with #C0472A
Text Example
Text Example
White with #C0472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0472A; }
p { color: rgb(192,71,42); }
H1.HeaderClassName
{
color: #C0472A;
}
.AnyTagClassName
{
color: #C0472A;
}
</style>
background-color css
<style>
a { background-color: #C0472A; }
a { background-color: rgb(192,71,42); }
div.DivClassName
{
background-color: #C0472A;
}
.BgClassName
{
background-color: #C0472A;
}
</style>
border-color css
<style>
span { border-color: #C0472A; }
span { border-color: rgb(192,71,42); }
td.TdClassName
{
border-color: #C0472A;
}
.TagClassName
{
border-color: #C0472A;
}
</style>