#C9B09E

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

Shades of Cashmere #C9B09E

Tints of Cashmere #C9B09E

Color information

#C9B09E (or 0xC9B09E) is unknown color: approx Cashmere. HEX triplet: C9, B0 and 9E. RGB value is (201,176,158). Sum of RGB (Red+Green+Blue) = 201+176+158=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B09E is #364F61. Grayscale: #B5B5B5. Windows color (decimal): -3559266 or 10399945. OLE color: 10399945.

HSL color Cylindrical-coordinate representation of color #C9B09E: hue angle of 25.12º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9B09E is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB201176158-
CMYK00.120.210.21
HSL25.12º28.48%70.39%-
HSV(B)25.12º21.39%78.82%-
XYZ45.7845.9438.8-
YUV181.42114.78141.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.57%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=37.57%
G=32.90%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117615800.120.210.2125.1228.4870.39
HexC9B09E0C1515191c46
Octal31126023601425253134106
Binary11001001101100001001111001100101011010111001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B09E; }

 p { color: rgb(201,176,158); }

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

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

 a { background-color: rgb(201,176,158); }

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

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

 span { border-color: rgb(201,176,158); }

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