#C3BCB0

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

Shades of Cloud #C3BCB0

Tints of Cloud #C3BCB0

Color information

#C3BCB0 (or 0xC3BCB0) is unknown color: approx Cloud. HEX triplet: C3, BC and B0. RGB value is (195,188,176). Sum of RGB (Red+Green+Blue) = 195+188+176=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCB0 is #3C434F. Grayscale: #BCBCBC. Windows color (decimal): -3949392 or 11582659. OLE color: 11582659.

HSL color Cylindrical-coordinate representation of color #C3BCB0: hue angle of 37.89º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3BCB0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195188176-
CMYK00.040.100.24
HSL37.89º13.67%72.75%-
HSV(B)37.89º9.74%76.47%-
XYZ48.3350.748.31-
YUV188.72120.82132.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.88%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=34.88%
G=33.63%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518817600.040.100.2437.8913.6772.75
HexC3BCB004A1826e49
Octal3032742600412304616111
Binary110000111011110010110000010010101100010011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCB0; }

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

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

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

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

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

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

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

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