#C8AC98

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

Shades of Cashmere #C8AC98

Tints of Cashmere #C8AC98

Color information

#C8AC98 (or 0xC8AC98) is unknown color: approx Cashmere. HEX triplet: C8, AC and 98. RGB value is (200,172,152). Sum of RGB (Red+Green+Blue) = 200+172+152=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AC98 is #375367. Grayscale: #B2B2B2. Windows color (decimal): -3625832 or 10005704. OLE color: 10005704.

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

Color convert

RGB200172152-
CMYK00.140.240.22
HSL25º30.38%69.02%-
HSV(B)25º24%78.43%-
XYZ44.2444.0535.88-
YUV178.09113.28143.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=38.17%
G=32.82%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017215200.140.240.222530.3869.02
HexC8AC980E1816191e45
Octal31025423001630263136105
Binary11001000101011001001100001110110001011011001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC98; }

 p { color: rgb(200,172,152); }

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

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

 a { background-color: rgb(200,172,152); }

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

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

 span { border-color: rgb(200,172,152); }

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