#CFBD8C

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

Shades of Winter Hazel #CFBD8C

Tints of Winter Hazel #CFBD8C

Color information

#CFBD8C (or 0xCFBD8C) is unknown color: approx Winter Hazel. HEX triplet: CF, BD and 8C. RGB value is (207,189,140). Sum of RGB (Red+Green+Blue) = 207+189+140=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD8C is #304273. Grayscale: #BDBDBD. Windows color (decimal): -3162740 or 9223631. OLE color: 9223631.

HSL color Cylindrical-coordinate representation of color #CFBD8C: hue angle of 43.88º 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 #CFBD8C is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207189140-
CMYK00.090.320.19
HSL43.88º41.1%68.04%-
HSV(B)43.88º32.37%81.18%-
XYZ48.6651.5532.2-
YUV188.8100.46140.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 140 (55.08% from 255) = 26.12%
R=38.62%
G=35.26%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718914000.090.320.1943.8841.168.04
HexCFBD8C0920132c2944
Octal31727521401140235451104
Binary11001111101111011000110001001100000100111011001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD8C; }

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

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

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

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

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

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

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

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