#C6BCAA

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

Shades of Cloud #C6BCAA

Tints of Cloud #C6BCAA

Color information

#C6BCAA (or 0xC6BCAA) is unknown color: approx Cloud. HEX triplet: C6, BC and AA. RGB value is (198,188,170). Sum of RGB (Red+Green+Blue) = 198+188+170=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BCAA is #394355. Grayscale: #BDBDBD. Windows color (decimal): -3752790 or 11189446. OLE color: 11189446.

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

Color convert

RGB198188170-
CMYK00.050.140.22
HSL38.57º19.72%72.16%-
HSV(B)38.57º14.14%77.65%-
XYZ48.5350.8745.29-
YUV188.94117.31134.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.61%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=35.61%
G=33.81%
B=30.58%

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
Decimal19818817000.050.140.2238.5719.7272.16
HexC6BCAA05E16271448
Octal3062742520516264724110
Binary1100011010111100101010100101111010110100111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCAA; }

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

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

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

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

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

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

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

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