#C6BEAE

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

Shades of Cloud #C6BEAE

Tints of Cloud #C6BEAE

Color information

#C6BEAE (or 0xC6BEAE) is unknown color: approx Cloud. HEX triplet: C6, BE and AE. RGB value is (198,190,174). Sum of RGB (Red+Green+Blue) = 198+190+174=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BEAE is #394151. Grayscale: #BEBEBE. Windows color (decimal): -3752274 or 11452102. OLE color: 11452102.

HSL color Cylindrical-coordinate representation of color #C6BEAE: hue angle of 40º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6BEAE is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198190174-
CMYK00.040.120.22
HSL40º17.39%72.94%-
HSV(B)40º12.12%77.65%-
XYZ49.3451.8947.46-
YUV190.57118.65133.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.23%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=35.23%
G=33.81%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819017400.040.120.224017.3972.94
HexC6BEAE04C16281149
Octal3062762560414265021111
Binary1100011010111110101011100100110010110101000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEAE; }

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

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

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

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

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

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

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

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