#C5A994

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

Shades of Cashmere #C5A994

Tints of Cashmere #C5A994

Color information

#C5A994 (or 0xC5A994) is unknown color: approx Cashmere. HEX triplet: C5, A9 and 94. RGB value is (197,169,148). Sum of RGB (Red+Green+Blue) = 197+169+148=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A994 is #3A566B. Grayscale: #AFAFAF. Windows color (decimal): -3823212 or 9742789. OLE color: 9742789.

HSL color Cylindrical-coordinate representation of color #C5A994: hue angle of 25.71º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5A994 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB197169148-
CMYK00.140.250.23
HSL25.71º29.7%67.65%-
HSV(B)25.71º24.87%77.25%-
XYZ42.5642.3833.95-
YUV174.98112.78143.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=38.33%
G=32.88%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716914800.140.250.2325.7129.767.65
HexC5A9940E19171a1e44
Octal30525122401631273236104
Binary11000101101010011001010001110110011011111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A994; }

 p { color: rgb(197,169,148); }

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

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

 a { background-color: rgb(197,169,148); }

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

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

 span { border-color: rgb(197,169,148); }

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