Html Css Color HEX #C9BF8D Winter Hazel

📋 copy color: '#C9BF8D'

red 201 ◦ green 191 ◦ blue 141

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

Shades of Winter Hazel #C9BF8D

Tints of Winter Hazel #C9BF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.45%

R = 37.71%
G = 35.83%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9BF8D (or 0xC9BF8D) is known color: Winter Hazel. HEX triplet: C9, BF and 8D. RGB value is (201,191,141). Sum of RGB (Red+Green+Blue) = 201+191+141=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BF8D is #364072. Grayscale: #BCBCBC. Windows color (decimal): -3555443 or 9289673. OLE color: 9289673.

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

Color convert

RGB 201 191 141 -
CMYK 0 0.05 0.30 0.21
HSL 50º 0.36% 0.67% -
HSV(B) 50º 0.3% 0.79% -
XYZ 47.53 51.6 32.65 -
YUV 188.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 201 191 141 0 0.05 0.30 0.21 50 0.36 0.67
Hex C9 BF 8D 0 5 1E 15 32 24 43
Octal 311 277 215 0 5 36 25 62 44 103
Binary 11001001 10111111 10001101 0 101 11110 10101 110010 100100 1000011

Color Harmonies of #C9BF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF8D

Black with #C9BF8D

Text Example


Text Example

White with #C9BF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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