#CEB49F

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

Shades of Cashmere #CEB49F

Tints of Cashmere #CEB49F

Color information

#CEB49F (or 0xCEB49F) is unknown color: approx Cashmere. HEX triplet: CE, B4 and 9F. RGB value is (206,180,159). Sum of RGB (Red+Green+Blue) = 206+180+159=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB49F is #314B60. Grayscale: #B9B9B9. Windows color (decimal): -3230561 or 10466510. OLE color: 10466510.

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

Color convert

RGB206180159-
CMYK00.130.230.19
HSL26.81º32.41%71.57%-
HSV(B)26.81º22.82%80.78%-
XYZ48.0348.2739.59-
YUV185.38113.11142.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 159 (62.5% from 255) = 29.17%
R=37.80%
G=33.03%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618015900.130.230.1926.8132.4171.57
HexCEB49F0D17131b2048
Octal31626423701527233340110
Binary110011101011010010011111011011011110011110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB49F; }

 p { color: rgb(206,180,159); }

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

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

 a { background-color: rgb(206,180,159); }

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

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

 span { border-color: rgb(206,180,159); }

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