#C8AD9D

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

Shades of Cashmere #C8AD9D

Tints of Cashmere #C8AD9D

Color information

#C8AD9D (or 0xC8AD9D) is unknown color: approx Cashmere. HEX triplet: C8, AD and 9D. RGB value is (200,173,157). Sum of RGB (Red+Green+Blue) = 200+173+157=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD9D is #375262. Grayscale: #B3B3B3. Windows color (decimal): -3625571 or 10333640. OLE color: 10333640.

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

Color convert

RGB200173157-
CMYK00.140.220.22
HSL22.33º28.1%70%-
HSV(B)22.33º21.5%78.43%-
XYZ44.8544.638.14-
YUV179.25115.45142.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=37.74%
G=32.64%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017315700.140.220.2222.3328.170
HexC8AD9D0E1616161c46
Octal31025523501626262634106
Binary11001000101011011001110101110101101011010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AD9D; }

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

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

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

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

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

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

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

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