#C8AE9D

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

Shades of Cashmere #C8AE9D

Tints of Cashmere #C8AE9D

Color information

#C8AE9D (or 0xC8AE9D) is unknown color: approx Cashmere. HEX triplet: C8, AE and 9D. RGB value is (200,174,157). Sum of RGB (Red+Green+Blue) = 200+174+157=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE9D is #375162. Grayscale: #B3B3B3. Windows color (decimal): -3625315 or 10333896. OLE color: 10333896.

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

Color convert

RGB200174157-
CMYK00.130.220.22
HSL23.72º28.1%70%-
HSV(B)23.72º21.5%78.43%-
XYZ45.0444.9938.21-
YUV179.84115.11142.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=37.66%
G=32.77%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017415700.130.220.2223.7228.170
HexC8AE9D0D1616181c46
Octal31025623501526263034106
Binary11001000101011101001110101101101101011011000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE9D; }

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

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

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

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

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

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

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

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