#C8A894

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

Shades of Cashmere #C8A894

Tints of Cashmere #C8A894

Color information

#C8A894 (or 0xC8A894) is unknown color: approx Cashmere. HEX triplet: C8, A8 and 94. RGB value is (200,168,148). Sum of RGB (Red+Green+Blue) = 200+168+148=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A894 is #37576B. Grayscale: #AFAFAF. Windows color (decimal): -3626860 or 9742536. OLE color: 9742536.

HSL color Cylindrical-coordinate representation of color #C8A894: hue angle of 23.08º 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 #C8A894 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200168148-
CMYK00.160.260.22
HSL23.08º32.1%68.24%-
HSV(B)23.08º26%78.43%-
XYZ43.1742.4233.93-
YUV175.29112.6145.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=38.76%
G=32.56%
B=28.68%

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
Decimal20016814800.160.260.2223.0832.168.24
HexC8A8940101A16172044
Octal31025022402032262740104
Binary1100100010101000100101000100001101010110101111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A894; }

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

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

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

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

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

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

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

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