#CFBD8E

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

Shades of Winter Hazel #CFBD8E

Tints of Winter Hazel #CFBD8E

Color information

#CFBD8E (or 0xCFBD8E) is unknown color: approx Winter Hazel. HEX triplet: CF, BD and 8E. RGB value is (207,189,142). Sum of RGB (Red+Green+Blue) = 207+189+142=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD8E is #304271. Grayscale: #BDBDBD. Windows color (decimal): -3162738 or 9354703. OLE color: 9354703.

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

Color convert

RGB207189142-
CMYK00.090.310.19
HSL43.38º40.37%68.43%-
HSV(B)43.38º31.4%81.18%-
XYZ48.8151.6132.98-
YUV189.02101.46140.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=38.48%
G=35.13%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718914200.090.310.1943.3840.3768.43
HexCFBD8E091F132b2844
Octal31727521601137235350104
Binary1100111110111101100011100100111111100111010111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD8E; }

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

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

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

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

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

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

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

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