#C8AB99

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

Shades of Cashmere #C8AB99

Tints of Cashmere #C8AB99

Color information

#C8AB99 (or 0xC8AB99) is unknown color: approx Cashmere. HEX triplet: C8, AB and 99. RGB value is (200,171,153). Sum of RGB (Red+Green+Blue) = 200+171+153=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB99 is #375466. Grayscale: #B1B1B1. Windows color (decimal): -3626087 or 10070984. OLE color: 10070984.

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

Color convert

RGB200171153-
CMYK00.140.240.22
HSL22.98º29.94%69.22%-
HSV(B)22.98º23.5%78.43%-
XYZ44.1343.7136.25-
YUV177.62114.11143.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=38.17%
G=32.63%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017115300.140.240.2222.9829.9469.22
HexC8AB990E1816171e45
Octal31025323101630262736105
Binary11001000101010111001100101110110001011010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB99; }

 p { color: rgb(200,171,153); }

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

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

 a { background-color: rgb(200,171,153); }

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

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

 span { border-color: rgb(200,171,153); }

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