#CEB198

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

Shades of Cashmere #CEB198

Tints of Cashmere #CEB198

Color information

#CEB198 (or 0xCEB198) is unknown color: approx Cashmere. HEX triplet: CE, B1 and 98. RGB value is (206,177,152). Sum of RGB (Red+Green+Blue) = 206+177+152=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB198 is #314E67. Grayscale: #B6B6B6. Windows color (decimal): -3231336 or 10006990. OLE color: 10006990.

HSL color Cylindrical-coordinate representation of color #CEB198: hue angle of 27.78º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEB198 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB206177152-
CMYK00.140.260.19
HSL27.78º35.53%70.2%-
HSV(B)27.78º26.21%80.78%-
XYZ46.8446.8336.28-
YUV182.82110.61144.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=38.50%
G=33.08%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617715200.140.260.1927.7835.5370.2
HexCEB1980E1A131c2446
Octal31626123001632233444106
Binary110011101011000110011000011101101010011111001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB198; }

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

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

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

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

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

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

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

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