#C8A994

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

Shades of Cashmere #C8A994

Tints of Cashmere #C8A994

Color information

#C8A994 (or 0xC8A994) is unknown color: approx Cashmere. HEX triplet: C8, A9 and 94. RGB value is (200,169,148). Sum of RGB (Red+Green+Blue) = 200+169+148=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A994 is #37566B. Grayscale: #AFAFAF. Windows color (decimal): -3626604 or 9742792. OLE color: 9742792.

HSL color Cylindrical-coordinate representation of color #C8A994: hue angle of 24.23º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8A994 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200169148-
CMYK00.160.260.22
HSL24.23º32.1%68.24%-
HSV(B)24.23º26%78.43%-
XYZ43.3542.7933.99-
YUV175.88112.27145.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=38.68%
G=32.69%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016914800.160.260.2224.2332.168.24
HexC8A9940101A16182044
Octal31025122402032263040104
Binary1100100010101001100101000100001101010110110001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A994; }

 p { color: rgb(200,169,148); }

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

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

 a { background-color: rgb(200,169,148); }

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

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

 span { border-color: rgb(200,169,148); }

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