#C8A993

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

Shades of Cashmere #C8A993

Tints of Cashmere #C8A993

Color information

#C8A993 (or 0xC8A993) is unknown color: approx Cashmere. HEX triplet: C8, A9 and 93. RGB value is (200,169,147). Sum of RGB (Red+Green+Blue) = 200+169+147=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A993 is #37566C. Grayscale: #AFAFAF. Windows color (decimal): -3626605 or 9677256. OLE color: 9677256.

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

Color convert

RGB200169147-
CMYK00.160.260.22
HSL24.91º32.52%68.04%-
HSV(B)24.91º26.5%78.43%-
XYZ43.2742.7633.58-
YUV175.76111.77145.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 169 (66.41% from 255) = 32.75%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=38.76%
G=32.75%
B=28.49%

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
Decimal20016914700.160.260.2224.9132.5268.04
HexC8A9930101A16192144
Octal31025122302032263141104
Binary1100100010101001100100110100001101010110110011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A993; }

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

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

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

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

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

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

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

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