#C6C0B0

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

Shades of Cloud #C6C0B0

Tints of Cloud #C6C0B0

Color information

#C6C0B0 (or 0xC6C0B0) is unknown color: approx Cloud. HEX triplet: C6, C0 and B0. RGB value is (198,192,176). Sum of RGB (Red+Green+Blue) = 198+192+176=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C0B0 is #393F4F. Grayscale: #C0C0C0. Windows color (decimal): -3751760 or 11583686. OLE color: 11583686.

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

Color convert

RGB198192176-
CMYK00.030.110.22
HSL43.64º16.18%73.33%-
HSV(B)43.64º11.11%77.65%-
XYZ49.9752.8448.64-
YUV191.97118.99132.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.98%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 176 (69.14% from 255) = 31.10%
R=34.98%
G=33.92%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819217600.030.110.2243.6416.1873.33
HexC6C0B003B162c1049
Octal3063002600313265420111
Binary110001101100000010110000011101110110101100100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C0B0; }

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

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

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

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

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

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

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

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