#C8AB9A

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

Shades of Cashmere #C8AB9A

Tints of Cashmere #C8AB9A

Color information

#C8AB9A (or 0xC8AB9A) is unknown color: approx Cashmere. HEX triplet: C8, AB and 9A. RGB value is (200,171,154). Sum of RGB (Red+Green+Blue) = 200+171+154=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB9A is #375465. Grayscale: #B1B1B1. Windows color (decimal): -3626086 or 10136520. OLE color: 10136520.

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

Color convert

RGB200171154-
CMYK00.140.230.22
HSL22.17º29.49%69.41%-
HSV(B)22.17º23%78.43%-
XYZ44.2243.7436.68-
YUV177.73114.61143.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.10%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=38.10%
G=32.57%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017115400.140.230.2222.1729.4969.41
HexC8AB9A0E1716161d45
Octal31025323201627262635105
Binary11001000101010111001101001110101111011010110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB9A; }

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

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

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

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

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

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

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

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