#CFB09F

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

Shades of Cashmere #CFB09F

Tints of Cashmere #CFB09F

Color information

#CFB09F (or 0xCFB09F) is unknown color: approx Cashmere. HEX triplet: CF, B0 and 9F. RGB value is (207,176,159). Sum of RGB (Red+Green+Blue) = 207+176+159=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB09F is #304F60. Grayscale: #B7B7B7. Windows color (decimal): -3166049 or 10465487. OLE color: 10465487.

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

Color convert

RGB207176159-
CMYK00.150.230.19
HSL21.25º33.33%71.76%-
HSV(B)21.25º23.19%81.18%-
XYZ47.5246.8239.33-
YUV183.33114.27144.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 176 (69.14% from 255) = 32.47%
BLUE value IS 159 (62.5% from 255) = 29.34%
R=38.19%
G=32.47%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717615900.150.230.1921.2533.3371.76
HexCFB09F0F1713152148
Octal31726023701727232541110
Binary110011111011000010011111011111011110011101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB09F; }

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

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

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

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

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

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

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

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