#C1C0BE

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

Shades of Cloud #C1C0BE

Tints of Cloud #C1C0BE

Color information

#C1C0BE (or 0xC1C0BE) is unknown color: approx Cloud. HEX triplet: C1, C0 and BE. RGB value is (193,192,190). Sum of RGB (Red+Green+Blue) = 193+192+190=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C0BE is #3E3F41. Grayscale: #C0C0C0. Windows color (decimal): -4079426 or 12501185. OLE color: 12501185.

HSL color Cylindrical-coordinate representation of color #C1C0BE: hue angle of 40º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C1C0BE is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193192190-
CMYK00.010.020.24
HSL40º2.36%75.1%-
HSV(B)40º1.55%75.69%-
XYZ50.1452.7556.26-
YUV192.07126.83128.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.57%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=33.57%
G=33.39%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319219000.010.020.24402.3675.1
HexC1C0BE012182824b
Octal30130027601230502113
Binary110000011100000010111110011011000101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C0BE; }

 p { color: rgb(193,192,190); }

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

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

 a { background-color: rgb(193,192,190); }

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

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

 span { border-color: rgb(193,192,190); }

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