Shades of Trinidad #C7482C
Tints of Trinidad #C7482C
RGB
CMYK
RGB Variations
Color information
#C7482C (or 0xC7482C) is known color: Trinidad. HEX triplet: C7, 48 and 2C. RGB value is (199,72,44). Sum of RGB (Red+Green+Blue) = 199+72+44=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7482C is #38B7D3. Grayscale: #6B6B6B. Windows color (decimal): -3717076 or 2902215. OLE color: 2902215.
HSL color Cylindrical-coordinate representation of color #C7482C: hue angle of 10.84º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7482C is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 44 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.22 |
| HSL | 10.84º | 0.64% | 0.48% | - |
| HSV(B) | 10.84º | 0.78% | 0.78% | - |
| XYZ | 26.33 | 16.96 | 4.27 | - |
| YUV | 106.78 | 92.58 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 44 | 0 | 0.64 | 0.78 | 0.22 | 10.84 | 0.64 | 0.48 |
| Hex | C7 | 48 | 2C | 0 | 40 | 4E | 16 | B | 40 | 30 |
| Octal | 307 | 110 | 54 | 0 | 100 | 116 | 26 | 13 | 100 | 60 |
| Binary | 11000111 | 1001000 | 101100 | 0 | 1000000 | 1001110 | 10110 | 1011 | 1000000 | 110000 |
Color Harmonies of #C7482C
Complementary color
Monochromatic Colors of #C7482C
Black with #C7482C
Text Example
Text Example
White with #C7482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7482C; }
p { color: rgb(199,72,44); }
H1.HeaderClassName
{
color: #C7482C;
}
.AnyTagClassName
{
color: #C7482C;
}
</style>
background-color css
<style>
a { background-color: #C7482C; }
a { background-color: rgb(199,72,44); }
div.DivClassName
{
background-color: #C7482C;
}
.BgClassName
{
background-color: #C7482C;
}
</style>
border-color css
<style>
span { border-color: #C7482C; }
span { border-color: rgb(199,72,44); }
td.TdClassName
{
border-color: #C7482C;
}
.TagClassName
{
border-color: #C7482C;
}
</style>