#CEAB94

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

Shades of Cashmere #CEAB94

Tints of Cashmere #CEAB94

Color information

#CEAB94 (or 0xCEAB94) is unknown color: approx Cashmere. HEX triplet: CE, AB and 94. RGB value is (206,171,148). Sum of RGB (Red+Green+Blue) = 206+171+148=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB94 is #31546B. Grayscale: #B2B2B2. Windows color (decimal): -3232876 or 9743310. OLE color: 9743310.

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

Color convert

RGB206171148-
CMYK00.170.280.19
HSL23.79º37.18%69.41%-
HSV(B)23.79º28.16%80.78%-
XYZ45.3644.3934.19-
YUV178.84110.6147.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=39.24%
G=32.57%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617114800.170.280.1923.7937.1869.41
HexCEAB940111C13182545
Octal31625322402134233045105
Binary1100111010101011100101000100011110010011110001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB94; }

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

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

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

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

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

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

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

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