#C8AF9D

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

Shades of Cashmere #C8AF9D

Tints of Cashmere #C8AF9D

Color information

#C8AF9D (or 0xC8AF9D) is unknown color: approx Cashmere. HEX triplet: C8, AF and 9D. RGB value is (200,175,157). Sum of RGB (Red+Green+Blue) = 200+175+157=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF9D is #375062. Grayscale: #B4B4B4. Windows color (decimal): -3625059 or 10334152. OLE color: 10334152.

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

Color convert

RGB200175157-
CMYK00.120.220.22
HSL25.12º28.1%70%-
HSV(B)25.12º21.5%78.43%-
XYZ45.2445.3738.27-
YUV180.42114.78141.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=37.59%
G=32.89%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017515700.120.220.2225.1228.170
HexC8AF9D0C1616191c46
Octal31025723501426263134106
Binary11001000101011111001110101100101101011011001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF9D; }

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

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

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

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

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

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

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

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