#CEAD92

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

Shades of Cashmere #CEAD92

Tints of Cashmere #CEAD92

Color information

#CEAD92 (or 0xCEAD92) is unknown color: approx Cashmere. HEX triplet: CE, AD and 92. RGB value is (206,173,146). Sum of RGB (Red+Green+Blue) = 206+173+146=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD92 is #31526D. Grayscale: #B3B3B3. Windows color (decimal): -3232366 or 9612750. OLE color: 9612750.

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

Color convert

RGB206173146-
CMYK00.160.290.19
HSL27º37.97%69.02%-
HSV(B)27º29.13%80.78%-
XYZ45.5945.0833.49-
YUV179.79108.93146.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=39.24%
G=32.95%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617314600.160.290.192737.9769.02
HexCEAD920101D131b2645
Octal31625522202035233346105
Binary1100111010101101100100100100001110110011110111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAD92; }

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

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

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

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

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

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

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

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