#CEB5A4

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

Shades of Cashmere #CEB5A4

Tints of Cashmere #CEB5A4

Color information

#CEB5A4 (or 0xCEB5A4) is unknown color: approx Cashmere. HEX triplet: CE, B5 and A4. RGB value is (206,181,164). Sum of RGB (Red+Green+Blue) = 206+181+164=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB5A4 is #314A5B. Grayscale: #BABABA. Windows color (decimal): -3230300 or 10794446. OLE color: 10794446.

HSL color Cylindrical-coordinate representation of color #CEB5A4: hue angle of 24.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEB5A4 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206181164-
CMYK00.120.200.19
HSL24.29º30%72.55%-
HSV(B)24.29º20.39%80.78%-
XYZ48.6848.8541.99-
YUV186.54115.28141.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 181 (71.09% from 255) = 32.85%
BLUE value IS 164 (64.45% from 255) = 29.76%
R=37.39%
G=32.85%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618116400.120.200.1924.293072.55
HexCEB5A40C1413181e49
Octal31626524401424233036111
Binary11001110101101011010010001100101001001111000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5A4; }

 p { color: rgb(206,181,164); }

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

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

 a { background-color: rgb(206,181,164); }

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

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

 span { border-color: rgb(206,181,164); }

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