#C5BEAD

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

Shades of Cloud #C5BEAD

Tints of Cloud #C5BEAD

Color information

#C5BEAD (or 0xC5BEAD) is unknown color: approx Cloud. HEX triplet: C5, BE and AD. RGB value is (197,190,173). Sum of RGB (Red+Green+Blue) = 197+190+173=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEAD is #3A4152. Grayscale: #BEBEBE. Windows color (decimal): -3817811 or 11386565. OLE color: 11386565.

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

Color convert

RGB197190173-
CMYK00.040.120.23
HSL42.5º17.14%72.55%-
HSV(B)42.5º12.18%77.25%-
XYZ48.9851.7146.94-
YUV190.16118.32132.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=35.18%
G=33.93%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719017300.040.120.2342.517.1472.55
HexC5BEAD04C172b1149
Octal3052762550414275321111
Binary1100010110111110101011010100110010111101011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEAD; }

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

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

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

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

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

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

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

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