#C2C1BF

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

Shades of Cloud #C2C1BF

Tints of Cloud #C2C1BF

Color information

#C2C1BF (or 0xC2C1BF) is unknown color: approx Cloud. HEX triplet: C2, C1 and BF. RGB value is (194,193,191). Sum of RGB (Red+Green+Blue) = 194+193+191=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C1BF is #3D3E40. Grayscale: #C1C1C1. Windows color (decimal): -4013633 or 12566978. OLE color: 12566978.

HSL color Cylindrical-coordinate representation of color #C2C1BF: 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 #C2C1BF is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194193191-
CMYK00.010.020.24
HSL40º2.4%75.49%-
HSV(B)40º1.55%76.08%-
XYZ50.7253.3756.92-
YUV193.07126.83128.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.56%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 191 (75% from 255) = 33.04%
R=33.56%
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
Decimal19419319100.010.020.24402.475.49
HexC2C1BF012182824b
Octal30230127701230502113
Binary110000101100000110111111011011000101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C1BF; }

 p { color: rgb(194,193,191); }

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

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

 a { background-color: rgb(194,193,191); }

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

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

 span { border-color: rgb(194,193,191); }

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