#C3B9AC

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

Shades of Cloud #C3B9AC

Tints of Cloud #C3B9AC

Color information

#C3B9AC (or 0xC3B9AC) is unknown color: approx Cloud. HEX triplet: C3, B9 and AC. RGB value is (195,185,172). Sum of RGB (Red+Green+Blue) = 195+185+172=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B9AC is #3C4653. Grayscale: #BABABA. Windows color (decimal): -3950164 or 11319747. OLE color: 11319747.

HSL color Cylindrical-coordinate representation of color #C3B9AC: hue angle of 33.91º degrees, saturation: 0.16, 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 #C3B9AC is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195185172-
CMYK00.050.120.24
HSL33.91º16.08%71.96%-
HSV(B)33.91º11.79%76.47%-
XYZ47.349.2846.05-
YUV186.51119.81134.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.33%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=35.33%
G=33.51%
B=31.16%

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
Decimal19518517200.050.120.2433.9116.0871.96
HexC3B9AC05C18221048
Octal3032712540514304220110
Binary1100001110111001101011000101110011000100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B9AC; }

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

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

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

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

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

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

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

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