Html Css Color HEX #C6C0AE Cotton Seed

📋 copy color: '#C6C0AE'

red 198 ◦ green 192 ◦ blue 174

#C6C0AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Seed #C6C0AE

Tints of Cotton Seed #C6C0AE

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 value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C6C0AE (or 0xC6C0AE) is known color: 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

RGB 198 192 174 -
CMYK 0 0.03 0.12 0.22
HSL 45º 0.17% 0.73% -
HSV(B) 45º 0.12% 0.78% -
XYZ 49.78 52.76 47.6 -
YUV 191.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 198 192 174 0 0.03 0.12 0.22 45 0.17 0.73
Hex C6 C0 AE 0 3 C 16 2D 11 49
Octal 306 300 256 0 3 14 26 55 21 111
Binary 11000110 11000000 10101110 0 11 1100 10110 101101 10001 1001001

Color Harmonies of #C6C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C0AE

Black with #C6C0AE

Text Example


Text Example

White with #C6C0AE

Text Example


Text Example

HTML Codes & Css Web 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>