#C3C1BC

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

Shades of Cloud #C3C1BC

Tints of Cloud #C3C1BC

Color information

#C3C1BC (or 0xC3C1BC) is unknown color: approx Cloud. HEX triplet: C3, C1 and BC. RGB value is (195,193,188). Sum of RGB (Red+Green+Blue) = 195+193+188=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1BC is #3C3E43. Grayscale: #C1C1C1. Windows color (decimal): -3948100 or 12370371. OLE color: 12370371.

HSL color Cylindrical-coordinate representation of color #C3C1BC: hue angle of 42.86º degrees, saturation: 0.06, 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 #C3C1BC is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195193188-
CMYK00.010.040.24
HSL42.86º5.51%75.1%-
HSV(B)42.86º3.59%76.47%-
XYZ50.6553.3755.21-
YUV193.03125.16129.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=33.85%
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
Decimal19519318800.010.040.2442.865.5175.1
HexC3C1BC014182b64b
Octal30330127401430536113
Binary11000011110000011011110001100110001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C1BC; }

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

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

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

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

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

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

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

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