#C6BCAB

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

Shades of Cloud #C6BCAB

Tints of Cloud #C6BCAB

Color information

#C6BCAB (or 0xC6BCAB) is unknown color: approx Cloud. HEX triplet: C6, BC and AB. RGB value is (198,188,171). Sum of RGB (Red+Green+Blue) = 198+188+171=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BCAB is #394354. Grayscale: #BDBDBD. Windows color (decimal): -3752789 or 11254982. OLE color: 11254982.

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

Color convert

RGB198188171-
CMYK00.050.140.22
HSL37.78º19.15%72.35%-
HSV(B)37.78º13.64%77.65%-
XYZ48.6250.9145.79-
YUV189.05117.81134.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=35.55%
G=33.75%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818817100.050.140.2237.7819.1572.35
HexC6BCAB05E16261348
Octal3062742530516264623110
Binary1100011010111100101010110101111010110100110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCAB; }

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

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

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

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

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

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

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

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