#CEAD94

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

Shades of Cashmere #CEAD94

Tints of Cashmere #CEAD94

Color information

#CEAD94 (or 0xCEAD94) is unknown color: approx Cashmere. HEX triplet: CE, AD and 94. RGB value is (206,173,148). Sum of RGB (Red+Green+Blue) = 206+173+148=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD94 is #31526B. Grayscale: #B4B4B4. Windows color (decimal): -3232364 or 9743822. OLE color: 9743822.

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

Color convert

RGB206173148-
CMYK00.160.280.19
HSL25.86º37.18%69.41%-
HSV(B)25.86º28.16%80.78%-
XYZ45.7445.1534.32-
YUV180.02109.93146.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=39.09%
G=32.83%
B=28.08%

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
Decimal20617314800.160.280.1925.8637.1869.41
HexCEAD940101C131a2545
Octal31625522402034233245105
Binary1100111010101101100101000100001110010011110101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAD94; }

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

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

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

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

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

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

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

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