#CEAD9A

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

Shades of Cashmere #CEAD9A

Tints of Cashmere #CEAD9A

Color information

#CEAD9A (or 0xCEAD9A) is unknown color: approx Cashmere. HEX triplet: CE, AD and 9A. RGB value is (206,173,154). Sum of RGB (Red+Green+Blue) = 206+173+154=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD9A is #315265. Grayscale: #B4B4B4. Windows color (decimal): -3232358 or 10137038. OLE color: 10137038.

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

Color convert

RGB206173154-
CMYK00.160.250.19
HSL21.92º34.67%70.59%-
HSV(B)21.92º25.24%80.78%-
XYZ46.2345.3436.89-
YUV180.7112.93146.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=38.65%
G=32.46%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617315400.160.250.1921.9234.6770.59
HexCEAD9A0101913162347
Octal31625523202031232643107
Binary1100111010101101100110100100001100110011101101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAD9A; }

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

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

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

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

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

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

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

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