#C7AE9D

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

Shades of Cashmere #C7AE9D

Tints of Cashmere #C7AE9D

Color information

#C7AE9D (or 0xC7AE9D) is unknown color: approx Cashmere. HEX triplet: C7, AE and 9D. RGB value is (199,174,157). Sum of RGB (Red+Green+Blue) = 199+174+157=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AE9D is #385162. Grayscale: #B3B3B3. Windows color (decimal): -3690851 or 10333895. OLE color: 10333895.

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

Color convert

RGB199174157-
CMYK00.130.210.22
HSL24.29º27.27%69.8%-
HSV(B)24.29º21.11%78.04%-
XYZ44.7844.8538.2-
YUV179.54115.28141.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.55%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=37.55%
G=32.83%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917415700.130.210.2224.2927.2769.8
HexC7AE9D0D1516181b46
Octal30725623501525263033106
Binary11000111101011101001110101101101011011011000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AE9D; }

 p { color: rgb(199,174,157); }

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

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

 a { background-color: rgb(199,174,157); }

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

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

 span { border-color: rgb(199,174,157); }

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