#CFBF75

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

Shades of Winter Hazel #CFBF75

Tints of Winter Hazel #CFBF75

Color information

#CFBF75 (or 0xCFBF75) is unknown color: approx Winter Hazel. HEX triplet: CF, BF and 75. RGB value is (207,191,117). Sum of RGB (Red+Green+Blue) = 207+191+117=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF75 is #30408A. Grayscale: #BBBBBB. Windows color (decimal): -3162251 or 7716815. OLE color: 7716815.

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

Color convert

RGB207191117-
CMYK00.080.430.19
HSL49.33º48.39%63.53%-
HSV(B)49.33º43.48%81.18%-
XYZ47.5751.8124.32-
YUV187.3588.3142.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 117 (46.09% from 255) = 22.72%
R=40.19%
G=37.09%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719111700.080.430.1949.3348.3963.53
HexCFBF75082B13313040
Octal31727716501053236160100
Binary1100111110111111111010101000101011100111100011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBF75; }

 p { color: rgb(207,191,117); }

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

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

 a { background-color: rgb(207,191,117); }

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

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

 span { border-color: rgb(207,191,117); }

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