#C8AC9A

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

Shades of Cashmere #C8AC9A

Tints of Cashmere #C8AC9A

Color information

#C8AC9A (or 0xC8AC9A) is unknown color: approx Cashmere. HEX triplet: C8, AC and 9A. RGB value is (200,172,154). Sum of RGB (Red+Green+Blue) = 200+172+154=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AC9A is #375365. Grayscale: #B2B2B2. Windows color (decimal): -3625830 or 10136776. OLE color: 10136776.

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

Color convert

RGB200172154-
CMYK00.140.230.22
HSL23.48º29.49%69.41%-
HSV(B)23.48º23%78.43%-
XYZ44.444.1236.75-
YUV178.32114.28143.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=38.02%
G=32.70%
B=29.28%

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
Decimal20017215400.140.230.2223.4829.4969.41
HexC8AC9A0E1716171d45
Octal31025423201627262735105
Binary11001000101011001001101001110101111011010111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC9A; }

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

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

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

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

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

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

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

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