#C6AC98

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

Shades of Cashmere #C6AC98

Tints of Cashmere #C6AC98

Color information

#C6AC98 (or 0xC6AC98) is unknown color: approx Cashmere. HEX triplet: C6, AC and 98. RGB value is (198,172,152). Sum of RGB (Red+Green+Blue) = 198+172+152=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC98 is #395367. Grayscale: #B1B1B1. Windows color (decimal): -3756904 or 10005702. OLE color: 10005702.

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

Color convert

RGB198172152-
CMYK00.130.230.22
HSL26.09º28.75%68.63%-
HSV(B)26.09º23.23%77.65%-
XYZ43.7143.7835.85-
YUV177.49113.61142.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=37.93%
G=32.95%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817215200.130.230.2226.0928.7568.63
HexC6AC980D17161a1d45
Octal30625423001527263235105
Binary11000110101011001001100001101101111011011010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC98; }

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

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

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

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

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

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

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

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