#C9AD94

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

Shades of Cashmere #C9AD94

Tints of Cashmere #C9AD94

Color information

#C9AD94 (or 0xC9AD94) is unknown color: approx Cashmere. HEX triplet: C9, AD and 94. RGB value is (201,173,148). Sum of RGB (Red+Green+Blue) = 201+173+148=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD94 is #36526B. Grayscale: #B2B2B2. Windows color (decimal): -3560044 or 9743817. OLE color: 9743817.

HSL color Cylindrical-coordinate representation of color #C9AD94: hue angle of 28.3º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9AD94 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB201173148-
CMYK00.140.260.21
HSL28.3º32.92%68.43%-
HSV(B)28.3º26.37%78.82%-
XYZ44.3844.4434.26-
YUV178.52110.78144.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=38.51%
G=33.14%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117314800.140.260.2128.332.9268.43
HexC9AD940E1A151c2144
Octal31125522401632253441104
Binary110010011010110110010100011101101010101111001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD94; }

 p { color: rgb(201,173,148); }

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

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

 a { background-color: rgb(201,173,148); }

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

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

 span { border-color: rgb(201,173,148); }

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