#C6BCAD

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

Shades of Cloud #C6BCAD

Tints of Cloud #C6BCAD

Color information

#C6BCAD (or 0xC6BCAD) is unknown color: approx Cloud. HEX triplet: C6, BC and AD. RGB value is (198,188,173). Sum of RGB (Red+Green+Blue) = 198+188+173=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BCAD is #394352. Grayscale: #BDBDBD. Windows color (decimal): -3752787 or 11386054. OLE color: 11386054.

HSL color Cylindrical-coordinate representation of color #C6BCAD: hue angle of 36º degrees, saturation: 0.18, 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 #C6BCAD is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB198188173-
CMYK00.050.130.22
HSL36º17.99%72.75%-
HSV(B)36º12.63%77.65%-
XYZ48.8150.9946.8-
YUV189.28118.81134.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.42%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=35.42%
G=33.63%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818817300.050.130.223617.9972.75
HexC6BCAD05D16241249
Octal3062742550515264422111
Binary1100011010111100101011010101110110110100100100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCAD; }

 p { color: rgb(198,188,173); }

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

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

 a { background-color: rgb(198,188,173); }

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

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

 span { border-color: rgb(198,188,173); }

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