#ceb299

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

Shades of Cashmere #CEB299

Tints of Cashmere #CEB299

Color information

#CEB299 (or 0xCEB299) is unknown color: approx Cashmere. HEX triplet: CE, B2 and 99. RGB value is (206,178,153). Sum of RGB (Red+Green+Blue) = 206+178+153=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB299 is #314D66. Grayscale: #B7B7B7. Windows color (decimal): -3231079 or 10072782. OLE color: 10072782.

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

Color convert

RGB206178153-
CMYK00.140.260.19
HSL28.3º35.1%70.39%-
HSV(B)28.3º25.73%80.78%-
XYZ47.1247.2636.78-
YUV183.52110.78144.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 178 (69.92% from 255) = 33.15%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=38.36%
G=33.15%
B=28.49%

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
Decimal20617815300.140.260.1928.335.170.39
HexCEB2990E1A131c2346
Octal31626223101632233443106
Binary110011101011001010011001011101101010011111001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceb299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceb299; }

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

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

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

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

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

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

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

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