Html Css Color HEX #C8BF85 Winter Hazel

📋 copy color: '#C8BF85'

red 200 ◦ green 191 ◦ blue 133

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

Shades of Winter Hazel #C8BF85

Tints of Winter Hazel #C8BF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.38%

R = 38.17%
G = 36.45%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C8BF85 (or 0xC8BF85) is known color: Winter Hazel. HEX triplet: C8, BF and 85. RGB value is (200,191,133). Sum of RGB (Red+Green+Blue) = 200+191+133=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF85 is #37407A. Grayscale: #BBBBBB. Windows color (decimal): -3620987 or 8765384. OLE color: 8765384.

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

Color convert

RGB 200 191 133 -
CMYK 0 0.04 0.34 0.22
HSL 51.94º 0.38% 0.65% -
HSV(B) 51.94º 0.34% 0.78% -
XYZ 46.68 51.23 29.62 -
YUV 187.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 200 191 133 0 0.04 0.34 0.22 51.94 0.38 0.65
Hex C8 BF 85 0 4 22 16 34 26 41
Octal 310 277 205 0 4 42 26 64 46 101
Binary 11001000 10111111 10000101 0 100 100010 10110 110100 100110 1000001

Color Harmonies of #C8BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF85

Black with #C8BF85

Text Example


Text Example

White with #C8BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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