#C9B29F

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

Shades of Cashmere #C9B29F

Tints of Cashmere #C9B29F

Color information

#C9B29F (or 0xC9B29F) is unknown color: approx Cashmere. HEX triplet: C9, B2 and 9F. RGB value is (201,178,159). Sum of RGB (Red+Green+Blue) = 201+178+159=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B29F is #364D60. Grayscale: #B6B6B6. Windows color (decimal): -3558753 or 10465993. OLE color: 10465993.

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

Color convert

RGB201178159-
CMYK00.110.210.21
HSL27.14º28%70.59%-
HSV(B)27.14º20.9%78.82%-
XYZ46.2746.7639.39-
YUV182.71114.62141.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=37.36%
G=33.09%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117815900.110.210.2127.142870.59
HexC9B29F0B15151b1c47
Octal31126223701325253334107
Binary11001001101100101001111101011101011010111011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B29F; }

 p { color: rgb(201,178,159); }

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

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

 a { background-color: rgb(201,178,159); }

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

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

 span { border-color: rgb(201,178,159); }

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