Html Css Color HEX #C7BF86 Winter Hazel

📋 copy color: '#C7BF86'

red 199 ◦ green 191 ◦ blue 134

#C7BF86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #C7BF86

Tints of Winter Hazel #C7BF86

RGB

 RED value IS 199 (78.13% from 255) = 37.98%

 GREEN value IS 191 (75% from 255) = 36.45%

 BLUE value IS 134 (52.73% from 255) = 25.57%

R = 37.98%
G = 36.45%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C7BF86 (or 0xC7BF86) is known color: Winter Hazel. HEX triplet: C7, BF and 86. RGB value is (199,191,134). Sum of RGB (Red+Green+Blue) = 199+191+134=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BF86 is #384079. Grayscale: #BBBBBB. Windows color (decimal): -3686522 or 8830919. OLE color: 8830919.

HSL color Cylindrical-coordinate representation of color #C7BF86: hue angle of 52.62º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7BF86 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 191 134 -
CMYK 0 0.04 0.33 0.22
HSL 52.62º 0.37% 0.65% -
HSV(B) 52.62º 0.33% 0.78% -
XYZ 46.49 51.12 29.97 -
YUV 186.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 199 191 134 0 0.04 0.33 0.22 52.62 0.37 0.65
Hex C7 BF 86 0 4 21 16 35 25 41
Octal 307 277 206 0 4 41 26 65 45 101
Binary 11000111 10111111 10000110 0 100 100001 10110 110101 100101 1000001

Color Harmonies of #C7BF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BF86

Black with #C7BF86

Text Example


Text Example

White with #C7BF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BF86; }

 p { color: rgb(199,191,134); }

 H1.HeaderClassName
 {
   color: #C7BF86;
 }
 .AnyTagClassName
 {
   color: #C7BF86;
 }
</style>

background-color css

<style>
 a { background-color: #C7BF86; }

 a { background-color: rgb(199,191,134); }

 div.DivClassName
 {
   background-color: #C7BF86;
 }
 .BgClassName
 {
   background-color: #C7BF86;
 }
</style>

border-color css

<style>
 span { border-color: #C7BF86; }

 span { border-color: rgb(199,191,134); }

 td.TdClassName
 {
   border-color: #C7BF86;
 }
 .TagClassName
 {
   border-color: #C7BF86;
 }
</style>