#C8AFA1

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

Shades of Cashmere #C8AFA1

Tints of Cashmere #C8AFA1

Color information

#C8AFA1 (or 0xC8AFA1) is unknown color: approx Cashmere. HEX triplet: C8, AF and A1. RGB value is (200,175,161). Sum of RGB (Red+Green+Blue) = 200+175+161=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AFA1 is #37505E. Grayscale: #B4B4B4. Windows color (decimal): -3625055 or 10596296. OLE color: 10596296.

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

Color convert

RGB200175161-
CMYK00.120.190.22
HSL21.54º26.17%70.78%-
HSV(B)21.54º19.5%78.43%-
XYZ45.5845.5140.1-
YUV180.88116.78141.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 161 (63.28% from 255) = 30.04%
R=37.31%
G=32.65%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017516100.120.190.2221.5426.1770.78
HexC8AFA10C1316161a47
Octal31025724101423262632107
Binary11001000101011111010000101100100111011010110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFA1; }

 p { color: rgb(200,175,161); }

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

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

 a { background-color: rgb(200,175,161); }

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

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

 span { border-color: rgb(200,175,161); }

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