#C5BEAF

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

Shades of Cloud #C5BEAF

Tints of Cloud #C5BEAF

Color information

#C5BEAF (or 0xC5BEAF) is unknown color: approx Cloud. HEX triplet: C5, BE and AF. RGB value is (197,190,175). Sum of RGB (Red+Green+Blue) = 197+190+175=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEAF is #3A4150. Grayscale: #BEBEBE. Windows color (decimal): -3817809 or 11517637. OLE color: 11517637.

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

Color convert

RGB197190175-
CMYK00.040.110.23
HSL40.91º15.94%72.94%-
HSV(B)40.91º11.17%77.25%-
XYZ49.1851.7947.96-
YUV190.38119.32132.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=35.05%
G=33.81%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719017500.040.110.2340.9115.9472.94
HexC5BEAF04B17291049
Octal3052762570413275120111
Binary1100010110111110101011110100101110111101001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEAF; }

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

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

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

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

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

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

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

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