#C8AD94

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

Shades of Cashmere #C8AD94

Tints of Cashmere #C8AD94

Color information

#C8AD94 (or 0xC8AD94) is unknown color: approx Cashmere. HEX triplet: C8, AD and 94. RGB value is (200,173,148). Sum of RGB (Red+Green+Blue) = 200+173+148=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD94 is #37526B. Grayscale: #B2B2B2. Windows color (decimal): -3625580 or 9743816. OLE color: 9743816.

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

Color convert

RGB200173148-
CMYK00.140.260.22
HSL28.85º32.1%68.24%-
HSV(B)28.85º26%78.43%-
XYZ44.1144.334.24-
YUV178.22110.95143.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 148 (58.20% from 255) = 28.41%
R=38.39%
G=33.21%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017314800.140.260.2228.8532.168.24
HexC8AD940E1A161d2044
Octal31025522401632263540104
Binary110010001010110110010100011101101010110111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AD94; }

 p { color: rgb(200,173,148); }

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

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

 a { background-color: rgb(200,173,148); }

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

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

 span { border-color: rgb(200,173,148); }

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