#C6C0AE

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

Shades of Cotton Seed #C6C0AE

Tints of Cotton Seed #C6C0AE

Color information

#C6C0AE (or 0xC6C0AE) is unknown color: approx Cotton Seed. HEX triplet: C6, C0 and AE. RGB value is (198,192,174). Sum of RGB (Red+Green+Blue) = 198+192+174=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C0AE is #393F51. Grayscale: #BFBFBF. Windows color (decimal): -3751762 or 11452614. OLE color: 11452614.

HSL color Cylindrical-coordinate representation of color #C6C0AE: hue angle of 45º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6C0AE is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198192174-
CMYK00.030.120.22
HSL45º17.39%72.94%-
HSV(B)45º12.12%77.65%-
XYZ49.7852.7647.6-
YUV191.74117.99132.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.11%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=35.11%
G=34.04%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819217400.030.120.224517.3972.94
HexC6C0AE03C162d1149
Octal3063002560314265521111
Binary110001101100000010101110011110010110101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C0AE; }

 p { color: rgb(198,192,174); }

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

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

 a { background-color: rgb(198,192,174); }

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

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

 span { border-color: rgb(198,192,174); }

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