#C6BBAA

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

Shades of Cloud #C6BBAA

Tints of Cloud #C6BBAA

Color information

#C6BBAA (or 0xC6BBAA) is unknown color: approx Cloud. HEX triplet: C6, BB and AA. RGB value is (198,187,170). Sum of RGB (Red+Green+Blue) = 198+187+170=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BBAA is #394455. Grayscale: #BCBCBC. Windows color (decimal): -3753046 or 11189190. OLE color: 11189190.

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

Color convert

RGB198187170-
CMYK00.060.140.22
HSL36.43º19.72%72.16%-
HSV(B)36.43º14.14%77.65%-
XYZ48.3150.4545.22-
YUV188.35117.64134.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.68%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=35.68%
G=33.69%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818717000.060.140.2236.4319.7272.16
HexC6BBAA06E16241448
Octal3062732520616264424110
Binary1100011010111011101010100110111010110100100101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBAA; }

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

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

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

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

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

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

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

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