#CFB59F

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

Shades of Cashmere #CFB59F

Tints of Cashmere #CFB59F

Color information

#CFB59F (or 0xCFB59F) is unknown color: approx Cashmere. HEX triplet: CF, B5 and 9F. RGB value is (207,181,159). Sum of RGB (Red+Green+Blue) = 207+181+159=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB59F is #304A60. Grayscale: #BABABA. Windows color (decimal): -3164769 or 10466767. OLE color: 10466767.

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

Color convert

RGB207181159-
CMYK00.130.230.19
HSL27.5º33.33%71.76%-
HSV(B)27.5º23.19%81.18%-
XYZ48.5148.8239.67-
YUV186.27112.61142.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 181 (71.09% from 255) = 33.09%
BLUE value IS 159 (62.5% from 255) = 29.07%
R=37.84%
G=33.09%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718115900.130.230.1927.533.3371.76
HexCFB59F0D17131c2148
Octal31726523701527233441110
Binary110011111011010110011111011011011110011111001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB59F; }

 p { color: rgb(207,181,159); }

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

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

 a { background-color: rgb(207,181,159); }

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

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

 span { border-color: rgb(207,181,159); }

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