#CFBD7D

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

Shades of Winter Hazel #CFBD7D

Tints of Winter Hazel #CFBD7D

Color information

#CFBD7D (or 0xCFBD7D) is unknown color: approx Winter Hazel. HEX triplet: CF, BD and 7D. RGB value is (207,189,125). Sum of RGB (Red+Green+Blue) = 207+189+125=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD7D is #304282. Grayscale: #BBBBBB. Windows color (decimal): -3162755 or 8240591. OLE color: 8240591.

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

Color convert

RGB207189125-
CMYK00.090.400.19
HSL46.83º46.07%65.1%-
HSV(B)46.83º39.61%81.18%-
XYZ47.6351.1426.76-
YUV187.0992.96142.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=39.73%
G=36.28%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718912500.090.400.1946.8346.0765.1
HexCFBD7D0928132f2e41
Octal31727517501150235756101
Binary1100111110111101111110101001101000100111011111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD7D; }

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

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

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

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

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

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

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

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