#C6BEAD

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

Shades of Cloud #C6BEAD

Tints of Cloud #C6BEAD

Color information

#C6BEAD (or 0xC6BEAD) is unknown color: approx Cloud. HEX triplet: C6, BE and AD. RGB value is (198,190,173). Sum of RGB (Red+Green+Blue) = 198+190+173=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BEAD is #394152. Grayscale: #BEBEBE. Windows color (decimal): -3752275 or 11386566. OLE color: 11386566.

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

Color convert

RGB198190173-
CMYK00.040.130.22
HSL40.8º17.99%72.75%-
HSV(B)40.8º12.63%77.65%-
XYZ49.2451.8546.95-
YUV190.45118.15133.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=35.29%
G=33.87%
B=30.84%

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
Decimal19819017300.040.130.2240.817.9972.75
HexC6BEAD04D16291249
Octal3062762550415265122111
Binary1100011010111110101011010100110110110101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEAD; }

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

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

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

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

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

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

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

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