#C7AC9A

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

Shades of Cashmere #C7AC9A

Tints of Cashmere #C7AC9A

Color information

#C7AC9A (or 0xC7AC9A) is unknown color: approx Cashmere. HEX triplet: C7, AC and 9A. RGB value is (199,172,154). Sum of RGB (Red+Green+Blue) = 199+172+154=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AC9A is #385365. Grayscale: #B2B2B2. Windows color (decimal): -3691366 or 10136775. OLE color: 10136775.

HSL color Cylindrical-coordinate representation of color #C7AC9A: hue angle of 24º 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 #C7AC9A is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB199172154-
CMYK00.140.230.22
HSL24º28.66%69.22%-
HSV(B)24º22.61%78.04%-
XYZ44.1443.9836.73-
YUV178.02114.45142.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.90%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=37.90%
G=32.76%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917215400.140.230.222428.6669.22
HexC7AC9A0E1716181d45
Octal30725423201627263035105
Binary11000111101011001001101001110101111011011000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC9A; }

 p { color: rgb(199,172,154); }

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

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

 a { background-color: rgb(199,172,154); }

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

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

 span { border-color: rgb(199,172,154); }

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