#CEAD99

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

Shades of Cashmere #CEAD99

Tints of Cashmere #CEAD99

Color information

#CEAD99 (or 0xCEAD99) is unknown color: approx Cashmere. HEX triplet: CE, AD and 99. RGB value is (206,173,153). Sum of RGB (Red+Green+Blue) = 206+173+153=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD99 is #315266. Grayscale: #B4B4B4. Windows color (decimal): -3232359 or 10071502. OLE color: 10071502.

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

Color convert

RGB206173153-
CMYK00.160.260.19
HSL22.64º35.1%70.39%-
HSV(B)22.64º25.73%80.78%-
XYZ46.1545.3136.45-
YUV180.59112.43146.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.72%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=38.72%
G=32.52%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617315300.160.260.1922.6435.170.39
HexCEAD990101A13172346
Octal31625523102032232743106
Binary1100111010101101100110010100001101010011101111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAD99; }

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

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

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

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

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

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

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

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