Shades of Winter Hazel #C7BF7D
Tints of Winter Hazel #C7BF7D
RGB
CMYK
RGB Variations
Color information
#C7BF7D (or 0xC7BF7D) is known color: Winter Hazel. HEX triplet: C7, BF and 7D. RGB value is (199,191,125). Sum of RGB (Red+Green+Blue) = 199+191+125=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF7D is #384082. Grayscale: #BABABA. Windows color (decimal): -3686531 or 8241095. OLE color: 8241095.
HSL color Cylindrical-coordinate representation of color #C7BF7D: hue angle of 53.51º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7BF7D is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 191 | 125 | - |
CMYK | 0 | 0.04 | 0.37 | 0.22 |
HSL | 53.51º | 0.4% | 0.64% | - |
HSV(B) | 53.51º | 0.37% | 0.78% | - |
XYZ | 45.89 | 50.88 | 26.81 | - |
YUV | 185.87 | 93.65 | 137.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 191 | 125 | 0 | 0.04 | 0.37 | 0.22 | 53.51 | 0.4 | 0.64 |
Hex | C7 | BF | 7D | 0 | 4 | 25 | 16 | 36 | 28 | 40 |
Octal | 307 | 277 | 175 | 0 | 4 | 45 | 26 | 66 | 50 | 100 |
Binary | 11000111 | 10111111 | 1111101 | 0 | 100 | 100101 | 10110 | 110110 | 101000 | 1000000 |
Color Harmonies of #C7BF7D
Complementary color
Monochromatic Colors of #C7BF7D
Black with #C7BF7D
Text Example
Text Example
White with #C7BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF7D; }
p { color: rgb(199,191,125); }
H1.HeaderClassName
{
color: #C7BF7D;
}
.AnyTagClassName
{
color: #C7BF7D;
}
</style>
background-color css
<style>
a { background-color: #C7BF7D; }
a { background-color: rgb(199,191,125); }
div.DivClassName
{
background-color: #C7BF7D;
}
.BgClassName
{
background-color: #C7BF7D;
}
</style>
border-color css
<style>
span { border-color: #C7BF7D; }
span { border-color: rgb(199,191,125); }
td.TdClassName
{
border-color: #C7BF7D;
}
.TagClassName
{
border-color: #C7BF7D;
}
</style>