Html Css Color HEX #CFBF86 Winter Hazel

📋 copy color: '#CFBF86'

red 207 ◦ green 191 ◦ blue 134

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

Shades of Winter Hazel #CFBF86

Tints of Winter Hazel #CFBF86

RGB

 RED value IS 207 (81.25% from 255) = 38.91%

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

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

R = 38.91%
G = 35.9%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CFBF86 (or 0xCFBF86) is known color: Winter Hazel. HEX triplet: CF, BF and 86. RGB value is (207,191,134). Sum of RGB (Red+Green+Blue) = 207+191+134=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF86 is #304079. Grayscale: #BDBDBD. Windows color (decimal): -3162234 or 8830927. OLE color: 8830927.

HSL color Cylindrical-coordinate representation of color #CFBF86: hue angle of 46.85º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFBF86 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 191 134 -
CMYK 0 0.08 0.35 0.19
HSL 46.85º 0.43% 0.67% -
HSV(B) 46.85º 0.35% 0.81% -
XYZ 48.67 52.25 30.07 -
YUV 189.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 207 191 134 0 0.08 0.35 0.19 46.85 0.43 0.67
Hex CF BF 86 0 8 23 13 2F 2B 43
Octal 317 277 206 0 10 43 23 57 53 103
Binary 11001111 10111111 10000110 0 1000 100011 10011 101111 101011 1000011

Color Harmonies of #CFBF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBF86

Black with #CFBF86

Text Example


Text Example

White with #CFBF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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