#CFB39A

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

Shades of Cashmere #CFB39A

Tints of Cashmere #CFB39A

Color information

#CFB39A (or 0xCFB39A) is unknown color: approx Cashmere. HEX triplet: CF, B3 and 9A. RGB value is (207,179,154). Sum of RGB (Red+Green+Blue) = 207+179+154=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB39A is #304C65. Grayscale: #B8B8B8. Windows color (decimal): -3165286 or 10138575. OLE color: 10138575.

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

Color convert

RGB207179154-
CMYK00.140.260.19
HSL28.3º35.57%70.78%-
HSV(B)28.3º25.6%81.18%-
XYZ47.6847.8437.29-
YUV184.52110.78144.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 179 (70.31% from 255) = 33.15%
BLUE value IS 154 (60.55% from 255) = 28.52%
R=38.33%
G=33.15%
B=28.52%

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
Decimal20717915400.140.260.1928.335.5770.78
HexCFB39A0E1A131c2447
Octal31726323201632233444107
Binary110011111011001110011010011101101010011111001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB39A; }

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

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

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

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

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

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

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

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