#C8AE9C

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

Shades of Cashmere #C8AE9C

Tints of Cashmere #C8AE9C

Color information

#C8AE9C (or 0xC8AE9C) is unknown color: approx Cashmere. HEX triplet: C8, AE and 9C. RGB value is (200,174,156). Sum of RGB (Red+Green+Blue) = 200+174+156=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE9C is #375163. Grayscale: #B3B3B3. Windows color (decimal): -3625316 or 10268360. OLE color: 10268360.

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

Color convert

RGB200174156-
CMYK00.130.220.22
HSL24.55º28.57%69.8%-
HSV(B)24.55º22%78.43%-
XYZ44.9644.9537.76-
YUV179.72114.61142.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 156 (61.33% from 255) = 29.43%
R=37.74%
G=32.83%
B=29.43%

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
Decimal20017415600.130.220.2224.5528.5769.8
HexC8AE9C0D1616191d46
Octal31025623401526263135106
Binary11001000101011101001110001101101101011011001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE9C; }

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

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

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

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

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

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

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

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