#CEAD95

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

Shades of Cashmere #CEAD95

Tints of Cashmere #CEAD95

Color information

#CEAD95 (or 0xCEAD95) is unknown color: approx Cashmere. HEX triplet: CE, AD and 95. RGB value is (206,173,149). Sum of RGB (Red+Green+Blue) = 206+173+149=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD95 is #31526A. Grayscale: #B4B4B4. Windows color (decimal): -3232363 or 9809358. OLE color: 9809358.

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

Color convert

RGB206173149-
CMYK00.160.280.19
HSL25.26º36.77%69.61%-
HSV(B)25.26º27.67%80.78%-
XYZ45.8245.1834.74-
YUV180.13110.43146.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=39.02%
G=32.77%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617314900.160.280.1925.2636.7769.61
HexCEAD950101C13192546
Octal31625522502034233145106
Binary1100111010101101100101010100001110010011110011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAD95; }

 p { color: rgb(206,173,149); }

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

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

 a { background-color: rgb(206,173,149); }

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

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

 span { border-color: rgb(206,173,149); }

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