#C6C0AF

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

Shades of Cloud #C6C0AF

Tints of Cloud #C6C0AF

Color information

#C6C0AF (or 0xC6C0AF) is unknown color: approx Cloud. HEX triplet: C6, C0 and AF. RGB value is (198,192,175). Sum of RGB (Red+Green+Blue) = 198+192+175=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C0AF is #393F50. Grayscale: #BFBFBF. Windows color (decimal): -3751761 or 11518150. OLE color: 11518150.

HSL color Cylindrical-coordinate representation of color #C6C0AF: hue angle of 44.35º 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 #C6C0AF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198192175-
CMYK00.030.120.22
HSL44.35º16.79%73.14%-
HSV(B)44.35º11.62%77.65%-
XYZ49.8852.848.12-
YUV191.86118.49132.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.04%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=35.04%
G=33.98%
B=30.97%

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
Decimal19819217500.030.120.2244.3516.7973.14
HexC6C0AF03C162c1149
Octal3063002570314265421111
Binary110001101100000010101111011110010110101100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C0AF; }

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

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

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

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

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

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

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

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