#C7A998

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

Shades of Cashmere #C7A998

Tints of Cashmere #C7A998

Color information

#C7A998 (or 0xC7A998) is unknown color: approx Cashmere. HEX triplet: C7, A9 and 98. RGB value is (199,169,152). Sum of RGB (Red+Green+Blue) = 199+169+152=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A998 is #385667. Grayscale: #B0B0B0. Windows color (decimal): -3692136 or 10004935. OLE color: 10004935.

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

Color convert

RGB199169152-
CMYK00.150.240.22
HSL21.7º29.56%68.82%-
HSV(B)21.7º23.62%78.04%-
XYZ43.4142.7935.68-
YUV176.03114.44144.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 169 (66.41% from 255) = 32.5%
BLUE value IS 152 (59.77% from 255) = 29.23%
R=38.27%
G=32.5%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916915200.150.240.2221.729.5668.82
HexC7A9980F1816161e45
Octal30725123001730262636105
Binary11000111101010011001100001111110001011010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A998; }

 p { color: rgb(199,169,152); }

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

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

 a { background-color: rgb(199,169,152); }

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

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

 span { border-color: rgb(199,169,152); }

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