#CFB395

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

Shades of Cashmere #CFB395

Tints of Cashmere #CFB395

Color information

#CFB395 (or 0xCFB395) is unknown color: approx Cashmere. HEX triplet: CF, B3 and 95. RGB value is (207,179,149). Sum of RGB (Red+Green+Blue) = 207+179+149=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB395 is #304C6A. Grayscale: #B8B8B8. Windows color (decimal): -3165291 or 9810895. OLE color: 9810895.

HSL color Cylindrical-coordinate representation of color #CFB395: hue angle of 31.03º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFB395 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB207179149-
CMYK00.140.280.19
HSL31.03º37.66%69.8%-
HSV(B)31.03º28.02%81.18%-
XYZ47.2847.6835.14-
YUV183.95108.28144.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=38.69%
G=33.46%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717914900.140.280.1931.0337.6669.8
HexCFB3950E1C131f2646
Octal31726322501634233746106
Binary110011111011001110010101011101110010011111111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB395; }

 p { color: rgb(207,179,149); }

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

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

 a { background-color: rgb(207,179,149); }

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

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

 span { border-color: rgb(207,179,149); }

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