#C6BBAC

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

Shades of Cloud #C6BBAC

Tints of Cloud #C6BBAC

Color information

#C6BBAC (or 0xC6BBAC) is unknown color: approx Cloud. HEX triplet: C6, BB and AC. RGB value is (198,187,172). Sum of RGB (Red+Green+Blue) = 198+187+172=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BBAC is #394453. Grayscale: #BCBCBC. Windows color (decimal): -3753044 or 11320262. OLE color: 11320262.

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

Color convert

RGB198187172-
CMYK00.060.130.22
HSL34.62º18.57%72.55%-
HSV(B)34.62º13.13%77.65%-
XYZ48.5150.5246.23-
YUV188.58118.64134.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=35.55%
G=33.57%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818717200.060.130.2234.6218.5772.55
HexC6BBAC06D16231349
Octal3062732540615264323111
Binary1100011010111011101011000110110110110100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBAC; }

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

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

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

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

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

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

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

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