#C8AB91

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

Shades of Cashmere #C8AB91

Tints of Cashmere #C8AB91

Color information

#C8AB91 (or 0xC8AB91) is unknown color: approx Cashmere. HEX triplet: C8, AB and 91. RGB value is (200,171,145). Sum of RGB (Red+Green+Blue) = 200+171+145=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB91 is #37546E. Grayscale: #B0B0B0. Windows color (decimal): -3626095 or 9546696. OLE color: 9546696.

HSL color Cylindrical-coordinate representation of color #C8AB91: hue angle of 28.36º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8AB91 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB200171145-
CMYK00.140.280.22
HSL28.36º33.33%67.65%-
HSV(B)28.36º27.5%78.43%-
XYZ43.4943.4532.88-
YUV176.71110.11144.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=38.76%
G=33.14%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017114500.140.280.2228.3633.3367.65
HexC8AB910E1C161c2144
Octal31025322101634263441104
Binary110010001010101110010001011101110010110111001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB91; }

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

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

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

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

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

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

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

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