#C8AE97

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

Shades of Cashmere #C8AE97

Tints of Cashmere #C8AE97

Color information

#C8AE97 (or 0xC8AE97) is unknown color: approx Cashmere. HEX triplet: C8, AE and 97. RGB value is (200,174,151). Sum of RGB (Red+Green+Blue) = 200+174+151=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE97 is #375168. Grayscale: #B3B3B3. Windows color (decimal): -3625321 or 9940680. OLE color: 9940680.

HSL color Cylindrical-coordinate representation of color #C8AE97: hue angle of 28.16º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8AE97 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB200174151-
CMYK00.130.240.22
HSL28.16º30.82%68.82%-
HSV(B)28.16º24.5%78.43%-
XYZ44.5444.7935.58-
YUV179.15112.11142.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.10%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 151 (59.38% from 255) = 28.76%
R=38.10%
G=33.14%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017415100.130.240.2228.1630.8268.82
HexC8AE970D18161c1f45
Octal31025622701530263437105
Binary11001000101011101001011101101110001011011100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE97; }

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

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

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

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

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

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

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

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