Shades of Trinidad #C7482F
Tints of Trinidad #C7482F
RGB
CMYK
RGB Variations
Color information
#C7482F (or 0xC7482F) is known color: Trinidad. HEX triplet: C7, 48 and 2F. RGB value is (199,72,47). Sum of RGB (Red+Green+Blue) = 199+72+47=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C7482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7482F is #38B7D0. Grayscale: #6B6B6B. Windows color (decimal): -3717073 or 3098823. OLE color: 3098823.
HSL color Cylindrical-coordinate representation of color #C7482F: hue angle of 9.87º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7482F is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 47 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.22 |
| HSL | 9.87º | 0.62% | 0.48% | - |
| HSV(B) | 9.87º | 0.76% | 0.78% | - |
| XYZ | 26.38 | 16.98 | 4.58 | - |
| YUV | 107.12 | 94.08 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 47 | 0 | 0.64 | 0.76 | 0.22 | 9.87 | 0.62 | 0.48 |
| Hex | C7 | 48 | 2F | 0 | 40 | 4C | 16 | A | 3E | 30 |
| Octal | 307 | 110 | 57 | 0 | 100 | 114 | 26 | 12 | 76 | 60 |
| Binary | 11000111 | 1001000 | 101111 | 0 | 1000000 | 1001100 | 10110 | 1010 | 111110 | 110000 |
Color Harmonies of #C7482F
Complementary color
Monochromatic Colors of #C7482F
Black with #C7482F
Text Example
Text Example
White with #C7482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7482F; }
p { color: rgb(199,72,47); }
H1.HeaderClassName
{
color: #C7482F;
}
.AnyTagClassName
{
color: #C7482F;
}
</style>
background-color css
<style>
a { background-color: #C7482F; }
a { background-color: rgb(199,72,47); }
div.DivClassName
{
background-color: #C7482F;
}
.BgClassName
{
background-color: #C7482F;
}
</style>
border-color css
<style>
span { border-color: #C7482F; }
span { border-color: rgb(199,72,47); }
td.TdClassName
{
border-color: #C7482F;
}
.TagClassName
{
border-color: #C7482F;
}
</style>