#C7AD9D

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

Shades of Cashmere #C7AD9D

Tints of Cashmere #C7AD9D

Color information

#C7AD9D (or 0xC7AD9D) is unknown color: approx Cashmere. HEX triplet: C7, AD and 9D. RGB value is (199,173,157). Sum of RGB (Red+Green+Blue) = 199+173+157=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AD9D is #385262. Grayscale: #B3B3B3. Windows color (decimal): -3691107 or 10333639. OLE color: 10333639.

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

Color convert

RGB199173157-
CMYK00.130.210.22
HSL22.86º27.27%69.8%-
HSV(B)22.86º21.11%78.04%-
XYZ44.5844.4638.13-
YUV178.95115.61142.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.62%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=37.62%
G=32.70%
B=29.68%

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
Decimal19917315700.130.210.2222.8627.2769.8
HexC7AD9D0D1516171b46
Octal30725523501525262733106
Binary11000111101011011001110101101101011011010111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AD9D; }

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

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

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

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

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

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

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

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