#CFBE8B

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

Shades of Winter Hazel #CFBE8B

Tints of Winter Hazel #CFBE8B

Color information

#CFBE8B (or 0xCFBE8B) is unknown color: approx Winter Hazel. HEX triplet: CF, BE and 8B. RGB value is (207,190,139). Sum of RGB (Red+Green+Blue) = 207+190+139=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE8B is #304174. Grayscale: #BDBDBD. Windows color (decimal): -3162485 or 9158351. OLE color: 9158351.

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

Color convert

RGB207190139-
CMYK00.080.330.19
HSL45º41.46%67.84%-
HSV(B)45º32.85%81.18%-
XYZ48.8151.9631.88-
YUV189.2799.63140.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 139 (54.69% from 255) = 25.93%
R=38.62%
G=35.45%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719013900.080.330.194541.4667.84
HexCFBE8B0821132d2944
Octal31727621301041235551104
Binary11001111101111101000101101000100001100111011011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE8B; }

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

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

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

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

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

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

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

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