#C6AD9A

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

Shades of Cashmere #C6AD9A

Tints of Cashmere #C6AD9A

Color information

#C6AD9A (or 0xC6AD9A) is unknown color: approx Cashmere. HEX triplet: C6, AD and 9A. RGB value is (198,173,154). Sum of RGB (Red+Green+Blue) = 198+173+154=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD9A is #395265. Grayscale: #B2B2B2. Windows color (decimal): -3756646 or 10137030. OLE color: 10137030.

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

Color convert

RGB198173154-
CMYK00.130.220.22
HSL25.91º27.85%69.02%-
HSV(B)25.91º22.22%77.65%-
XYZ44.0744.2336.79-
YUV178.31114.28142.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=37.71%
G=32.95%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817315400.130.220.2225.9127.8569.02
HexC6AD9A0D16161a1c45
Octal30625523201526263234105
Binary11000110101011011001101001101101101011011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD9A; }

 p { color: rgb(198,173,154); }

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

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

 a { background-color: rgb(198,173,154); }

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

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

 span { border-color: rgb(198,173,154); }

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