#CEAE92

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

Shades of Cashmere #CEAE92

Tints of Cashmere #CEAE92

Color information

#CEAE92 (or 0xCEAE92) is unknown color: approx Cashmere. HEX triplet: CE, AE and 92. RGB value is (206,174,146). Sum of RGB (Red+Green+Blue) = 206+174+146=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAE92 is #31516D. Grayscale: #B4B4B4. Windows color (decimal): -3232110 or 9613006. OLE color: 9613006.

HSL color Cylindrical-coordinate representation of color #CEAE92: hue angle of 28º 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 #CEAE92 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB206174146-
CMYK00.160.290.19
HSL28º37.97%69.02%-
HSV(B)28º29.13%80.78%-
XYZ45.7845.4733.56-
YUV180.38108.6146.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.16%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=39.16%
G=33.08%
B=27.76%

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
Decimal20617414600.160.290.192837.9769.02
HexCEAE920101D131c2645
Octal31625622202035233446105
Binary1100111010101110100100100100001110110011111001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE92; }

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

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

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

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

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

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

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

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