#CFB39E

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

Shades of Cashmere #CFB39E

Tints of Cashmere #CFB39E

Color information

#CFB39E (or 0xCFB39E) is unknown color: approx Cashmere. HEX triplet: CF, B3 and 9E. RGB value is (207,179,158). Sum of RGB (Red+Green+Blue) = 207+179+158=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB39E is #304C61. Grayscale: #B9B9B9. Windows color (decimal): -3165282 or 10400719. OLE color: 10400719.

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

Color convert

RGB207179158-
CMYK00.140.240.19
HSL25.71º33.79%71.57%-
HSV(B)25.71º23.67%81.18%-
XYZ48.0247.9739.08-
YUV184.98112.78143.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 158 (62.11% from 255) = 29.04%
R=38.05%
G=32.90%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717915800.140.240.1925.7133.7971.57
HexCFB39E0E18131a2248
Octal31726323601630233242110
Binary110011111011001110011110011101100010011110101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB39E; }

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

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

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

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

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

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

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

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