#C8AF9C

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

Shades of Cashmere #C8AF9C

Tints of Cashmere #C8AF9C

Color information

#C8AF9C (or 0xC8AF9C) is unknown color: approx Cashmere. HEX triplet: C8, AF and 9C. RGB value is (200,175,156). Sum of RGB (Red+Green+Blue) = 200+175+156=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF9C is #375063. Grayscale: #B4B4B4. Windows color (decimal): -3625060 or 10268616. OLE color: 10268616.

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

Color convert

RGB200175156-
CMYK00.120.220.22
HSL25.91º28.57%69.8%-
HSV(B)25.91º22%78.43%-
XYZ45.1545.3437.82-
YUV180.31114.28142.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 156 (61.33% from 255) = 29.38%
R=37.66%
G=32.96%
B=29.38%

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
Decimal20017515600.120.220.2225.9128.5769.8
HexC8AF9C0C16161a1d46
Octal31025723401426263235106
Binary11001000101011111001110001100101101011011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF9C; }

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

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

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

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

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

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

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

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