#C5AB95

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

Shades of Cashmere #C5AB95

Tints of Cashmere #C5AB95

Color information

#C5AB95 (or 0xC5AB95) is unknown color: approx Cashmere. HEX triplet: C5, AB and 95. RGB value is (197,171,149). Sum of RGB (Red+Green+Blue) = 197+171+149=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB95 is #3A546A. Grayscale: #B0B0B0. Windows color (decimal): -3822699 or 9808837. OLE color: 9808837.

HSL color Cylindrical-coordinate representation of color #C5AB95: hue angle of 27.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5AB95 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB197171149-
CMYK00.130.240.23
HSL27.5º29.27%67.84%-
HSV(B)27.5º24.37%77.25%-
XYZ43.0143.1734.5-
YUV176.27112.61142.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.10%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=38.10%
G=33.08%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717114900.130.240.2327.529.2767.84
HexC5AB950D18171c1d44
Octal30525322501530273435104
Binary11000101101010111001010101101110001011111100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AB95; }

 p { color: rgb(197,171,149); }

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

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

 a { background-color: rgb(197,171,149); }

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

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

 span { border-color: rgb(197,171,149); }

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