#C6BEAC

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

Shades of Cloud #C6BEAC

Tints of Cloud #C6BEAC

Color information

#C6BEAC (or 0xC6BEAC) is unknown color: approx Cloud. HEX triplet: C6, BE and AC. RGB value is (198,190,172). Sum of RGB (Red+Green+Blue) = 198+190+172=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BEAC is #394153. Grayscale: #BEBEBE. Windows color (decimal): -3752276 or 11321030. OLE color: 11321030.

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

Color convert

RGB198190172-
CMYK00.040.130.22
HSL41.54º18.57%72.55%-
HSV(B)41.54º13.13%77.65%-
XYZ49.1551.8146.44-
YUV190.34117.65133.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=35.36%
G=33.93%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819017200.040.130.2241.5418.5772.55
HexC6BEAC04D162a1349
Octal3062762540415265223111
Binary1100011010111110101011000100110110110101010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEAC; }

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

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

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

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

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

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

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

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