#CEAE9B

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

Shades of Cashmere #CEAE9B

Tints of Cashmere #CEAE9B

Color information

#CEAE9B (or 0xCEAE9B) is unknown color: approx Cashmere. HEX triplet: CE, AE and 9B. RGB value is (206,174,155). Sum of RGB (Red+Green+Blue) = 206+174+155=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAE9B is #315164. Grayscale: #B5B5B5. Windows color (decimal): -3232101 or 10202830. OLE color: 10202830.

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

Color convert

RGB206174155-
CMYK00.160.250.19
HSL22.35º34.23%70.78%-
HSV(B)22.35º24.76%80.78%-
XYZ46.5145.7637.39-
YUV181.4113.1145.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 155 (60.94% from 255) = 28.97%
R=38.50%
G=32.52%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617415500.160.250.1922.3534.2370.78
HexCEAE9B0101913162247
Octal31625623302031232642107
Binary1100111010101110100110110100001100110011101101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE9B; }

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

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

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

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

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

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

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

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