#CFBE8C

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

Shades of Winter Hazel #CFBE8C

Tints of Winter Hazel #CFBE8C

Color information

#CFBE8C (or 0xCFBE8C) is unknown color: approx Winter Hazel. HEX triplet: CF, BE and 8C. RGB value is (207,190,140). Sum of RGB (Red+Green+Blue) = 207+190+140=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE8C is #304173. Grayscale: #BDBDBD. Windows color (decimal): -3162484 or 9223887. OLE color: 9223887.

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

Color convert

RGB207190140-
CMYK00.080.320.19
HSL44.78º41.1%68.04%-
HSV(B)44.78º32.37%81.18%-
XYZ48.8851.9932.27-
YUV189.38100.13140.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 140 (55.08% from 255) = 26.07%
R=38.55%
G=35.38%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719014000.080.320.1944.7841.168.04
HexCFBE8C0820132d2944
Octal31727621401040235551104
Binary11001111101111101000110001000100000100111011011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE8C; }

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

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

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

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

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

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

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

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