#C3B9AB

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

Shades of Cloud #C3B9AB

Tints of Cloud #C3B9AB

Color information

#C3B9AB (or 0xC3B9AB) is unknown color: approx Cloud. HEX triplet: C3, B9 and AB. RGB value is (195,185,171). Sum of RGB (Red+Green+Blue) = 195+185+171=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B9AB is #3C4654. Grayscale: #BABABA. Windows color (decimal): -3950165 or 11254211. OLE color: 11254211.

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

Color convert

RGB195185171-
CMYK00.050.120.24
HSL35º16.67%71.76%-
HSV(B)35º12.31%76.47%-
XYZ47.2149.2445.54-
YUV186.39119.31134.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=35.39%
G=33.58%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518517100.050.120.243516.6771.76
HexC3B9AB05C18231148
Octal3032712530514304321110
Binary1100001110111001101010110101110011000100011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B9AB; }

 p { color: rgb(195,185,171); }

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

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

 a { background-color: rgb(195,185,171); }

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

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

 span { border-color: rgb(195,185,171); }

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