#CFB394

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

Shades of Cashmere #CFB394

Tints of Cashmere #CFB394

Color information

#CFB394 (or 0xCFB394) is unknown color: approx Cashmere. HEX triplet: CF, B3 and 94. RGB value is (207,179,148). Sum of RGB (Red+Green+Blue) = 207+179+148=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB394 is #304C6B. Grayscale: #B7B7B7. Windows color (decimal): -3165292 or 9745359. OLE color: 9745359.

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

Color convert

RGB207179148-
CMYK00.140.290.19
HSL31.53º38.06%69.61%-
HSV(B)31.53º28.5%81.18%-
XYZ47.247.6434.73-
YUV183.84107.78144.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 179 (70.31% from 255) = 33.52%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=38.76%
G=33.52%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717914800.140.290.1931.5338.0669.61
HexCFB3940E1D13202646
Octal31726322401635234046106
Binary1100111110110011100101000111011101100111000001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB394; }

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

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

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

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

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

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

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

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