#C6A996

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

Shades of Cashmere #C6A996

Tints of Cashmere #C6A996

Color information

#C6A996 (or 0xC6A996) is unknown color: approx Cashmere. HEX triplet: C6, A9 and 96. RGB value is (198,169,150). Sum of RGB (Red+Green+Blue) = 198+169+150=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A996 is #395669. Grayscale: #AFAFAF. Windows color (decimal): -3757674 or 9873862. OLE color: 9873862.

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

Color convert

RGB198169150-
CMYK00.150.240.22
HSL23.75º29.63%68.24%-
HSV(B)23.75º24.24%77.65%-
XYZ42.9842.5834.81-
YUV175.5113.61144.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=38.30%
G=32.69%
B=29.01%

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
Decimal19816915000.150.240.2223.7529.6368.24
HexC6A9960F1816181e44
Octal30625122601730263036104
Binary11000110101010011001011001111110001011011000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A996; }

 p { color: rgb(198,169,150); }

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

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

 a { background-color: rgb(198,169,150); }

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

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

 span { border-color: rgb(198,169,150); }

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