#CEAC93

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

Shades of Cashmere #CEAC93

Tints of Cashmere #CEAC93

Color information

#CEAC93 (or 0xCEAC93) is unknown color: approx Cashmere. HEX triplet: CE, AC and 93. RGB value is (206,172,147). Sum of RGB (Red+Green+Blue) = 206+172+147=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAC93 is #31536C. Grayscale: #B3B3B3. Windows color (decimal): -3232621 or 9678030. OLE color: 9678030.

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

Color convert

RGB206172147-
CMYK00.170.290.19
HSL25.42º37.58%69.22%-
HSV(B)25.42º28.64%80.78%-
XYZ45.4744.7333.84-
YUV179.32109.76147.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 147 (57.81% from 255) = 28%
R=39.24%
G=32.76%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617214700.170.290.1925.4237.5869.22
HexCEAC930111D13192645
Octal31625422302135233146105
Binary1100111010101100100100110100011110110011110011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAC93; }

 p { color: rgb(206,172,147); }

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

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

 a { background-color: rgb(206,172,147); }

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

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

 span { border-color: rgb(206,172,147); }

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