#C6BBAF

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

Shades of Cloud #C6BBAF

Tints of Cloud #C6BBAF

Color information

#C6BBAF (or 0xC6BBAF) is unknown color: approx Cloud. HEX triplet: C6, BB and AF. RGB value is (198,187,175). Sum of RGB (Red+Green+Blue) = 198+187+175=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BBAF is #394450. Grayscale: #BCBCBC. Windows color (decimal): -3753041 or 11516870. OLE color: 11516870.

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

Color convert

RGB198187175-
CMYK00.060.120.22
HSL31.3º16.79%73.14%-
HSV(B)31.3º11.62%77.65%-
XYZ48.850.6447.76-
YUV188.92120.14134.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=35.36%
G=33.39%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818717500.060.120.2231.316.7973.14
HexC6BBAF06C161f1149
Octal3062732570614263721111
Binary110001101011101110101111011011001011011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBAF; }

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

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

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

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

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

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

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

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