#C5BCAD

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

Shades of Cloud #C5BCAD

Tints of Cloud #C5BCAD

Color information

#C5BCAD (or 0xC5BCAD) is unknown color: approx Cloud. HEX triplet: C5, BC and AD. RGB value is (197,188,173). Sum of RGB (Red+Green+Blue) = 197+188+173=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCAD is #3A4352. Grayscale: #BDBDBD. Windows color (decimal): -3818323 or 11386053. OLE color: 11386053.

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

Color convert

RGB197188173-
CMYK00.050.120.23
HSL37.5º17.14%72.55%-
HSV(B)37.5º12.18%77.25%-
XYZ48.5550.8546.79-
YUV188.98118.98133.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=35.30%
G=33.69%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718817300.050.120.2337.517.1472.55
HexC5BCAD05C17261149
Octal3052742550514274621111
Binary1100010110111100101011010101110010111100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCAD; }

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

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

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

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

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

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

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

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