#CEB297

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

Shades of Cashmere #CEB297

Tints of Cashmere #CEB297

Color information

#CEB297 (or 0xCEB297) is unknown color: approx Cashmere. HEX triplet: CE, B2 and 97. RGB value is (206,178,151). Sum of RGB (Red+Green+Blue) = 206+178+151=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB297 is #314D68. Grayscale: #B7B7B7. Windows color (decimal): -3231081 or 9941710. OLE color: 9941710.

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

Color convert

RGB206178151-
CMYK00.140.270.19
HSL29.45º35.95%70%-
HSV(B)29.45º26.7%80.78%-
XYZ46.9647.235.91-
YUV183.29109.78144.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 151 (59.38% from 255) = 28.22%
R=38.50%
G=33.27%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617815100.140.270.1929.4535.9570
HexCEB2970E1B131d2446
Octal31626222701633233544106
Binary110011101011001010010111011101101110011111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB297; }

 p { color: rgb(206,178,151); }

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

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

 a { background-color: rgb(206,178,151); }

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

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

 span { border-color: rgb(206,178,151); }

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