Html Css Color HEX #C7BF80 Winter Hazel

📋 copy color: '#C7BF80'

red 199 ◦ green 191 ◦ blue 128

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

Shades of Winter Hazel #C7BF80

Tints of Winter Hazel #C7BF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.71%

R = 38.42%
G = 36.87%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7BF80 (or 0xC7BF80) is known color: Winter Hazel. HEX triplet: C7, BF and 80. RGB value is (199,191,128). Sum of RGB (Red+Green+Blue) = 199+191+128=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BF80 is #38407F. Grayscale: #BABABA. Windows color (decimal): -3686528 or 8437703. OLE color: 8437703.

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

Color convert

RGB 199 191 128 -
CMYK 0 0.04 0.36 0.22
HSL 53.24º 0.39% 0.64% -
HSV(B) 53.24º 0.36% 0.78% -
XYZ 46.08 50.96 27.83 -
YUV 186.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 199 191 128 0 0.04 0.36 0.22 53.24 0.39 0.64
Hex C7 BF 80 0 4 24 16 35 27 40
Octal 307 277 200 0 4 44 26 65 47 100
Binary 11000111 10111111 10000000 0 100 100100 10110 110101 100111 1000000

Color Harmonies of #C7BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BF80

Black with #C7BF80

Text Example


Text Example

White with #C7BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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