Html Css Color HEX #C8BF7C Winter Hazel

📋 copy color: '#C8BF7C'

red 200 ◦ green 191 ◦ blue 124

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

Shades of Winter Hazel #C8BF7C

Tints of Winter Hazel #C8BF7C

RGB

 RED value IS 200 (78.52% from 255) = 38.83%

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

 BLUE value IS 124 (48.83% from 255) = 24.08%

R = 38.83%
G = 37.09%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8BF7C (or 0xC8BF7C) is known color: Winter Hazel. HEX triplet: C8, BF and 7C. RGB value is (200,191,124). Sum of RGB (Red+Green+Blue) = 200+191+124=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF7C is #374083. Grayscale: #BABABA. Windows color (decimal): -3620996 or 8175560. OLE color: 8175560.

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

Color convert

RGB 200 191 124 -
CMYK 0 0.04 0.38 0.22
HSL 52.89º 0.41% 0.64% -
HSV(B) 52.89º 0.38% 0.78% -
XYZ 46.09 51 26.48 -
YUV 186.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 200 191 124 0 0.04 0.38 0.22 52.89 0.41 0.64
Hex C8 BF 7C 0 4 26 16 35 29 40
Octal 310 277 174 0 4 46 26 65 51 100
Binary 11001000 10111111 1111100 0 100 100110 10110 110101 101001 1000000

Color Harmonies of #C8BF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF7C

Black with #C8BF7C

Text Example


Text Example

White with #C8BF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF7C; }

 p { color: rgb(200,191,124); }

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

background-color css

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

 a { background-color: rgb(200,191,124); }

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

border-color css

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

 span { border-color: rgb(200,191,124); }

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