#C5BCAF

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

Shades of Cloud #C5BCAF

Tints of Cloud #C5BCAF

Color information

#C5BCAF (or 0xC5BCAF) is unknown color: approx Cloud. HEX triplet: C5, BC and AF. RGB value is (197,188,175). Sum of RGB (Red+Green+Blue) = 197+188+175=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCAF is #3A4350. Grayscale: #BDBDBD. Windows color (decimal): -3818321 or 11517125. OLE color: 11517125.

HSL color Cylindrical-coordinate representation of color #C5BCAF: hue angle of 35.45º 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 #C5BCAF is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB197188175-
CMYK00.050.110.23
HSL35.45º15.94%72.94%-
HSV(B)35.45º11.17%77.25%-
XYZ48.7550.9347.82-
YUV189.21119.98133.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=35.18%
G=33.57%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718817500.050.110.2335.4515.9472.94
HexC5BCAF05B17231049
Octal3052742570513274320111
Binary1100010110111100101011110101101110111100011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCAF; }

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

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

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

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

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

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

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

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