#CEB09A

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

Shades of Cashmere #CEB09A

Tints of Cashmere #CEB09A

Color information

#CEB09A (or 0xCEB09A) is unknown color: approx Cashmere. HEX triplet: CE, B0 and 9A. RGB value is (206,176,154). Sum of RGB (Red+Green+Blue) = 206+176+154=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB09A is #314F65. Grayscale: #B6B6B6. Windows color (decimal): -3231590 or 10137806. OLE color: 10137806.

HSL color Cylindrical-coordinate representation of color #CEB09A: hue angle of 25.38º 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 #CEB09A is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB206176154-
CMYK00.150.250.19
HSL25.38º34.67%70.59%-
HSV(B)25.38º25.24%80.78%-
XYZ46.8146.5137.08-
YUV182.46111.94144.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=38.43%
G=32.84%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617615400.150.250.1925.3834.6770.59
HexCEB09A0F1913192347
Octal31626023201731233143107
Binary110011101011000010011010011111100110011110011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB09A; }

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

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

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

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

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

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

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

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