#C7BF85

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

Shades of Winter Hazel #C7BF85

Tints of Winter Hazel #C7BF85

Color information

#C7BF85 (or 0xC7BF85) is unknown color: approx Winter Hazel. HEX triplet: C7, BF and 85. RGB value is (199,191,133). Sum of RGB (Red+Green+Blue) = 199+191+133=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BF85 is #38407A. Grayscale: #BBBBBB. Windows color (decimal): -3686523 or 8765383. OLE color: 8765383.

HSL color Cylindrical-coordinate representation of color #C7BF85: hue angle of 52.73º degrees, saturation: 0.37, 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 #C7BF85 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB199191133-
CMYK00.040.330.22
HSL52.73º37.08%65.1%-
HSV(B)52.73º33.17%78.04%-
XYZ46.4251.129.61-
YUV186.7897.65136.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.05%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 133 (52.34% from 255) = 25.43%
R=38.05%
G=36.52%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919113300.040.330.2252.7337.0865.1
HexC7BF85042116352541
Octal3072772050441266545101
Binary1100011110111111100001010100100001101101101011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BF85; }

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

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

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

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

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

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

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

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