#CEB29A

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

Shades of Cashmere #CEB29A

Tints of Cashmere #CEB29A

Color information

#CEB29A (or 0xCEB29A) is unknown color: approx Cashmere. HEX triplet: CE, B2 and 9A. RGB value is (206,178,154). Sum of RGB (Red+Green+Blue) = 206+178+154=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB29A is #314D65. Grayscale: #B7B7B7. Windows color (decimal): -3231078 or 10138318. OLE color: 10138318.

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

Color convert

RGB206178154-
CMYK00.140.250.19
HSL27.69º34.67%70.59%-
HSV(B)27.69º25.24%80.78%-
XYZ47.2147.337.21-
YUV183.64111.28143.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 154 (60.55% from 255) = 28.62%
R=38.29%
G=33.09%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617815400.140.250.1927.6934.6770.59
HexCEB29A0E19131c2347
Octal31626223201631233443107
Binary110011101011001010011010011101100110011111001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB29A; }

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

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

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

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

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

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

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

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