#C3BAAC

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

Shades of Cloud #C3BAAC

Tints of Cloud #C3BAAC

Color information

#C3BAAC (or 0xC3BAAC) is unknown color: approx Cloud. HEX triplet: C3, BA and AC. RGB value is (195,186,172). Sum of RGB (Red+Green+Blue) = 195+186+172=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BAAC is #3C4553. Grayscale: #BBBBBB. Windows color (decimal): -3949908 or 11320003. OLE color: 11320003.

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

Color convert

RGB195186172-
CMYK00.050.120.24
HSL36.52º16.08%71.96%-
HSV(B)36.52º11.79%76.47%-
XYZ47.5149.746.12-
YUV187.1119.48133.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.26%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=35.26%
G=33.63%
B=31.10%

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
Decimal19518617200.050.120.2436.5216.0871.96
HexC3BAAC05C18251048
Octal3032722540514304520110
Binary1100001110111010101011000101110011000100101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAAC; }

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

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

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

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

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

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

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

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