#C6A896

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

Shades of Cashmere #C6A896

Tints of Cashmere #C6A896

Color information

#C6A896 (or 0xC6A896) is unknown color: approx Cashmere. HEX triplet: C6, A8 and 96. RGB value is (198,168,150). Sum of RGB (Red+Green+Blue) = 198+168+150=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A896 is #395769. Grayscale: #AFAFAF. Windows color (decimal): -3757930 or 9873606. OLE color: 9873606.

HSL color Cylindrical-coordinate representation of color #C6A896: hue angle of 22.5º 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 #C6A896 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB198168150-
CMYK00.150.240.22
HSL22.5º29.63%68.24%-
HSV(B)22.5º24.24%77.65%-
XYZ42.842.2134.75-
YUV174.92113.94144.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=38.37%
G=32.56%
B=29.07%

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
Decimal19816815000.150.240.2222.529.6368.24
HexC6A8960F1816171e44
Octal30625022601730262736104
Binary11000110101010001001011001111110001011010111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A896; }

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

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

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

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

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

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

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

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