#C2C0BB

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

Shades of Cloud #C2C0BB

Tints of Cloud #C2C0BB

Color information

#C2C0BB (or 0xC2C0BB) is unknown color: approx Cloud. HEX triplet: C2, C0 and BB. RGB value is (194,192,187). Sum of RGB (Red+Green+Blue) = 194+192+187=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0BB is #3D3F44. Grayscale: #C0C0C0. Windows color (decimal): -4013893 or 12304578. OLE color: 12304578.

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

Color convert

RGB194192187-
CMYK00.010.040.24
HSL42.86º5.43%74.71%-
HSV(B)42.86º3.61%76.08%-
XYZ50.0752.7654.56-
YUV192.03125.16129.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.86%
GREEN value IS 192 (75.39% from 255) = 33.51%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=33.86%
G=33.51%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419218700.010.040.2442.865.4374.71
HexC2C0BB014182b54b
Octal30230027301430535113
Binary11000010110000001011101101100110001010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C0BB; }

 p { color: rgb(194,192,187); }

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

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

 a { background-color: rgb(194,192,187); }

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

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

 span { border-color: rgb(194,192,187); }

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