#C8A896

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

Shades of Cashmere #C8A896

Tints of Cashmere #C8A896

Color information

#C8A896 (or 0xC8A896) is unknown color: approx Cashmere. HEX triplet: C8, A8 and 96. RGB value is (200,168,150). Sum of RGB (Red+Green+Blue) = 200+168+150=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A896 is #375769. Grayscale: #AFAFAF. Windows color (decimal): -3626858 or 9873608. OLE color: 9873608.

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

Color convert

RGB200168150-
CMYK00.160.250.22
HSL21.6º31.25%68.63%-
HSV(B)21.6º25%78.43%-
XYZ43.3342.4934.77-
YUV175.52113.6145.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 168 (66.02% from 255) = 32.43%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=38.61%
G=32.43%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016815000.160.250.2221.631.2568.63
HexC8A8960101916161f45
Octal31025022602031262637105
Binary110010001010100010010110010000110011011010110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A896; }

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

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

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

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

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

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

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

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