#CEB295

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

Shades of Cashmere #CEB295

Tints of Cashmere #CEB295

Color information

#CEB295 (or 0xCEB295) is unknown color: approx Cashmere. HEX triplet: CE, B2 and 95. RGB value is (206,178,149). Sum of RGB (Red+Green+Blue) = 206+178+149=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB295 is #314D6A. Grayscale: #B7B7B7. Windows color (decimal): -3231083 or 9810638. OLE color: 9810638.

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

Color convert

RGB206178149-
CMYK00.140.280.19
HSL30.53º36.77%69.61%-
HSV(B)30.53º27.67%80.78%-
XYZ46.847.1335.06-
YUV183.07108.78144.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 178 (69.92% from 255) = 33.40%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=38.65%
G=33.40%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617814900.140.280.1930.5336.7769.61
HexCEB2950E1C131f2546
Octal31626222501634233745106
Binary110011101011001010010101011101110010011111111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB295; }

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

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

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

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

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

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

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

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