#C7BF8E

Color #C7BF8E Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #C7BF8E

Tints of Winter Hazel #C7BF8E

Color information

#C7BF8E (or 0xC7BF8E) is unknown color: approx Winter Hazel. HEX triplet: C7, BF and 8E. RGB value is (199,191,142). Sum of RGB (Red+Green+Blue) = 199+191+142=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BF8E is #384071. Grayscale: #BCBCBC. Windows color (decimal): -3686514 or 9355207. OLE color: 9355207.

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

Color convert

RGB199191142-
CMYK00.040.290.22
HSL51.58º33.73%66.86%-
HSV(B)51.58º28.64%78.04%-
XYZ47.0751.3633.02-
YUV187.81102.15135.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.41%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=37.41%
G=35.90%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919114200.040.290.2251.5833.7366.86
HexC7BF8E041D16342243
Octal3072772160435266442103
Binary110001111011111110001110010011101101101101001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BF8E; }

 p { color: rgb(199,191,142); }

 H1.HeaderClassName
 {
   color: #C7BF8E;
 }
 .AnyTagClassName
 {
   color: #C7BF8E;
 }
</style>
background-color css

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

 a { background-color: rgb(199,191,142); }

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

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

 span { border-color: rgb(199,191,142); }

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