#C5BBAF

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

Shades of Cloud #C5BBAF

Tints of Cloud #C5BBAF

Color information

#C5BBAF (or 0xC5BBAF) is unknown color: approx Cloud. HEX triplet: C5, BB and AF. RGB value is (197,187,175). Sum of RGB (Red+Green+Blue) = 197+187+175=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BBAF is #3A4450. Grayscale: #BCBCBC. Windows color (decimal): -3818577 or 11516869. OLE color: 11516869.

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

Color convert

RGB197187175-
CMYK00.050.110.23
HSL32.73º15.94%72.94%-
HSV(B)32.73º11.17%77.25%-
XYZ48.5350.5147.75-
YUV188.62120.31133.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=35.24%
G=33.45%
B=31.31%

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
Decimal19718717500.050.110.2332.7315.9472.94
HexC5BBAF05B17211049
Octal3052732570513274120111
Binary1100010110111011101011110101101110111100001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBAF; }

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

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

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

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

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

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

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

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