Html Css Color HEX #C6C0BF Alto

📋 copy color: '#C6C0BF'

red 198 ◦ green 192 ◦ blue 191

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

Shades of Alto #C6C0BF

Tints of Alto #C6C0BF

RGB

 RED value IS 198 (77.73% from 255) = 34.08%

 GREEN value IS 192 (75.39% from 255) = 33.05%

 BLUE value IS 191 (75% from 255) = 32.87%

R = 34.08%
G = 33.05%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C6C0BF (or 0xC6C0BF) is known color: Alto. HEX triplet: C6, C0 and BF. RGB value is (198,192,191). Sum of RGB (Red+Green+Blue) = 198+192+191=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0BF is #393F40. Grayscale: #C1C1C1. Windows color (decimal): -3751745 or 12566726. OLE color: 12566726.

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

Color convert

RGB 198 192 191 -
CMYK 0 0.03 0.04 0.22
HSL 8.57º 0.06% 0.76% -
HSV(B) 8.57º 0.04% 0.78% -
XYZ 51.54 53.47 56.89 -
YUV 193.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 198 192 191 0 0.03 0.04 0.22 8.57 0.06 0.76
Hex C6 C0 BF 0 3 4 16 9 6 4C
Octal 306 300 277 0 3 4 26 11 6 114
Binary 11000110 11000000 10111111 0 11 100 10110 1001 110 1001100

Color Harmonies of #C6C0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C0BF

Black with #C6C0BF

Text Example


Text Example

White with #C6C0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C0BF; }

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

 H1.HeaderClassName
 {
   color: #C6C0BF;
 }
 .AnyTagClassName
 {
   color: #C6C0BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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