#CFB399

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

Shades of Cashmere #CFB399

Tints of Cashmere #CFB399

Color information

#CFB399 (or 0xCFB399) is unknown color: approx Cashmere. HEX triplet: CF, B3 and 99. RGB value is (207,179,153). Sum of RGB (Red+Green+Blue) = 207+179+153=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB399 is #304C66. Grayscale: #B8B8B8. Windows color (decimal): -3165287 or 10073039. OLE color: 10073039.

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

Color convert

RGB207179153-
CMYK00.140.260.19
HSL28.89º36%70.59%-
HSV(B)28.89º26.09%81.18%-
XYZ47.647.8136.86-
YUV184.41110.28144.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 179 (70.31% from 255) = 33.21%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=38.40%
G=33.21%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717915300.140.260.1928.893670.59
HexCFB3990E1A131d2447
Octal31726323101632233544107
Binary110011111011001110011001011101101010011111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB399; }

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

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

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

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

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

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

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

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