Html Css Color HEX #C9BF80 Winter Hazel

📋 copy color: '#C9BF80'

red 201 ◦ green 191 ◦ blue 128

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

Shades of Winter Hazel #C9BF80

Tints of Winter Hazel #C9BF80

RGB

 RED value IS 201 (78.91% from 255) = 38.65%

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

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

R = 38.65%
G = 36.73%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C9BF80 (or 0xC9BF80) is known color: Winter Hazel. HEX triplet: C9, BF and 80. RGB value is (201,191,128). Sum of RGB (Red+Green+Blue) = 201+191+128=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BF80 is #36407F. Grayscale: #BBBBBB. Windows color (decimal): -3555456 or 8437705. OLE color: 8437705.

HSL color Cylindrical-coordinate representation of color #C9BF80: hue angle of 51.78º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9BF80 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 191 128 -
CMYK 0 0.05 0.36 0.21
HSL 51.78º 0.4% 0.65% -
HSV(B) 51.78º 0.36% 0.79% -
XYZ 46.61 51.24 27.86 -
YUV 186.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 201 191 128 0 0.05 0.36 0.21 51.78 0.4 0.65
Hex C9 BF 80 0 5 24 15 34 28 41
Octal 311 277 200 0 5 44 25 64 50 101
Binary 11001001 10111111 10000000 0 101 100100 10101 110100 101000 1000001

Color Harmonies of #C9BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF80

Black with #C9BF80

Text Example


Text Example

White with #C9BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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