#C3C1BE

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

Shades of Cloud #C3C1BE

Tints of Cloud #C3C1BE

Color information

#C3C1BE (or 0xC3C1BE) is unknown color: approx Cloud. HEX triplet: C3, C1 and BE. RGB value is (195,193,190). Sum of RGB (Red+Green+Blue) = 195+193+190=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1BE is #3C3E41. Grayscale: #C1C1C1. Windows color (decimal): -3948098 or 12501443. OLE color: 12501443.

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

Color convert

RGB195193190-
CMYK00.010.030.24
HSL36º4%75.49%-
HSV(B)36º2.56%76.47%-
XYZ50.8753.4656.35-
YUV193.26126.16129.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.74%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=33.74%
G=33.39%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519319000.010.030.2436475.49
HexC3C1BE013182444b
Octal30330127601330444113
Binary1100001111000001101111100111110001001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C1BE; }

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

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

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

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

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

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

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

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