#CFBE76

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

Shades of Winter Hazel #CFBE76

Tints of Winter Hazel #CFBE76

Color information

#CFBE76 (or 0xCFBE76) is unknown color: approx Winter Hazel. HEX triplet: CF, BE and 76. RGB value is (207,190,118). Sum of RGB (Red+Green+Blue) = 207+190+118=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE76 is #304189. Grayscale: #BBBBBB. Windows color (decimal): -3162506 or 7782095. OLE color: 7782095.

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

Color convert

RGB207190118-
CMYK00.080.430.19
HSL48.54º48.11%63.73%-
HSV(B)48.54º43%81.18%-
XYZ47.4251.424.56-
YUV186.8889.13142.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 118 (46.48% from 255) = 22.91%
R=40.19%
G=36.89%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719011800.080.430.1948.5448.1163.73
HexCFBE76082B13313040
Octal31727616601053236160100
Binary1100111110111110111011001000101011100111100011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE76; }

 p { color: rgb(207,190,118); }

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

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

 a { background-color: rgb(207,190,118); }

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

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

 span { border-color: rgb(207,190,118); }

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