#C5C1BA

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

Shades of Cloud #C5C1BA

Tints of Cloud #C5C1BA

Color information

#C5C1BA (or 0xC5C1BA) is unknown color: approx Cloud. HEX triplet: C5, C1 and BA. RGB value is (197,193,186). Sum of RGB (Red+Green+Blue) = 197+193+186=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C1BA is #3A3E45. Grayscale: #C1C1C1. Windows color (decimal): -3817030 or 12239301. OLE color: 12239301.

HSL color Cylindrical-coordinate representation of color #C5C1BA: hue angle of 38.18º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5C1BA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197193186-
CMYK00.020.060.23
HSL38.18º8.66%75.1%-
HSV(B)38.18º5.58%77.25%-
XYZ50.9653.5654.11-
YUV193.4123.83130.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=34.20%
G=33.51%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719318600.020.060.2338.188.6675.1
HexC5C1BA026172694b
Octal305301272026274611113
Binary1100010111000001101110100101101011110011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C1BA; }

 p { color: rgb(197,193,186); }

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

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

 a { background-color: rgb(197,193,186); }

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

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

 span { border-color: rgb(197,193,186); }

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