#CEB193

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

Shades of Cashmere #CEB193

Tints of Cashmere #CEB193

Color information

#CEB193 (or 0xCEB193) is unknown color: approx Cashmere. HEX triplet: CE, B1 and 93. RGB value is (206,177,147). Sum of RGB (Red+Green+Blue) = 206+177+147=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB193 is #314E6C. Grayscale: #B6B6B6. Windows color (decimal): -3231341 or 9679310. OLE color: 9679310.

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

Color convert

RGB206177147-
CMYK00.140.290.19
HSL30.51º37.58%69.22%-
HSV(B)30.51º28.64%80.78%-
XYZ46.4446.6734.16-
YUV182.25108.11144.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=38.87%
G=33.40%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617714700.140.290.1930.5137.5869.22
HexCEB1930E1D131f2645
Octal31626122301635233746105
Binary110011101011000110010011011101110110011111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB193; }

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

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

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

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

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

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

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

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