#C5C0BA

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

Shades of Cloud #C5C0BA

Tints of Cloud #C5C0BA

Color information

#C5C0BA (or 0xC5C0BA) is unknown color: approx Cloud. HEX triplet: C5, C0 and BA. RGB value is (197,192,186). Sum of RGB (Red+Green+Blue) = 197+192+186=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0BA is #3A3F45. Grayscale: #C0C0C0. Windows color (decimal): -3817286 or 12239045. OLE color: 12239045.

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

Color convert

RGB197192186-
CMYK00.030.060.23
HSL32.73º8.66%75.1%-
HSV(B)32.73º5.58%77.25%-
XYZ50.7453.1154.03-
YUV192.81124.16130.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=34.26%
G=33.39%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719218600.030.060.2332.738.6675.1
HexC5C0BA036172194b
Octal305300272036274111113
Binary1100010111000000101110100111101011110000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C0BA; }

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

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

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

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

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

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

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

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