#C9B09A

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

Shades of Cashmere #C9B09A

Tints of Cashmere #C9B09A

Color information

#C9B09A (or 0xC9B09A) is unknown color: approx Cashmere. HEX triplet: C9, B0 and 9A. RGB value is (201,176,154). Sum of RGB (Red+Green+Blue) = 201+176+154=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B09A is #364F65. Grayscale: #B5B5B5. Windows color (decimal): -3559270 or 10137801. OLE color: 10137801.

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

Color convert

RGB201176154-
CMYK00.120.230.21
HSL28.09º30.32%69.61%-
HSV(B)28.09º23.38%78.82%-
XYZ45.4545.837.02-
YUV180.97112.78142.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=37.85%
G=33.15%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117615400.120.230.2128.0930.3269.61
HexC9B09A0C17151c1e46
Octal31126023201427253436106
Binary11001001101100001001101001100101111010111100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B09A; }

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

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

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

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

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

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

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

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