#C8AA92

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

Shades of Cashmere #C8AA92

Tints of Cashmere #C8AA92

Color information

#C8AA92 (or 0xC8AA92) is unknown color: approx Cashmere. HEX triplet: C8, AA and 92. RGB value is (200,170,146). Sum of RGB (Red+Green+Blue) = 200+170+146=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA92 is #37556D. Grayscale: #B0B0B0. Windows color (decimal): -3626350 or 9611976. OLE color: 9611976.

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

Color convert

RGB200170146-
CMYK00.150.270.22
HSL26.67º32.93%67.84%-
HSV(B)26.67º27%78.43%-
XYZ43.3843.133.23-
YUV176.23110.94144.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=38.76%
G=32.95%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017014600.150.270.2226.6732.9367.84
HexC8AA920F1B161b2144
Octal31025222201733263341104
Binary110010001010101010010010011111101110110110111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA92; }

 p { color: rgb(200,170,146); }

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

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

 a { background-color: rgb(200,170,146); }

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

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

 span { border-color: rgb(200,170,146); }

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