Shades of Trinidad #C3472C
Tints of Trinidad #C3472C
RGB
CMYK
RGB Variations
Color information
#C3472C (or 0xC3472C) is known color: Trinidad. HEX triplet: C3, 47 and 2C. RGB value is (195,71,44). Sum of RGB (Red+Green+Blue) = 195+71+44=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3472C is #3CB8D3. Grayscale: #696969. Windows color (decimal): -3979476 or 2901955. OLE color: 2901955.
HSL color Cylindrical-coordinate representation of color #C3472C: hue angle of 10.73º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3472C is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 44 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.24 |
| HSL | 10.73º | 0.63% | 0.47% | - |
| HSV(B) | 10.73º | 0.77% | 0.76% | - |
| XYZ | 25.21 | 16.29 | 4.2 | - |
| YUV | 105 | 93.58 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 44 | 0 | 0.64 | 0.77 | 0.24 | 10.73 | 0.63 | 0.47 |
| Hex | C3 | 47 | 2C | 0 | 40 | 4D | 18 | B | 3F | 2F |
| Octal | 303 | 107 | 54 | 0 | 100 | 115 | 30 | 13 | 77 | 57 |
| Binary | 11000011 | 1000111 | 101100 | 0 | 1000000 | 1001101 | 11000 | 1011 | 111111 | 101111 |
Color Harmonies of #C3472C
Complementary color
Monochromatic Colors of #C3472C
Black with #C3472C
Text Example
Text Example
White with #C3472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3472C; }
p { color: rgb(195,71,44); }
H1.HeaderClassName
{
color: #C3472C;
}
.AnyTagClassName
{
color: #C3472C;
}
</style>
background-color css
<style>
a { background-color: #C3472C; }
a { background-color: rgb(195,71,44); }
div.DivClassName
{
background-color: #C3472C;
}
.BgClassName
{
background-color: #C3472C;
}
</style>
border-color css
<style>
span { border-color: #C3472C; }
span { border-color: rgb(195,71,44); }
td.TdClassName
{
border-color: #C3472C;
}
.TagClassName
{
border-color: #C3472C;
}
</style>