#C1B9AC

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

Shades of Cloud #C1B9AC

Tints of Cloud #C1B9AC

Color information

#C1B9AC (or 0xC1B9AC) is unknown color: approx Cloud. HEX triplet: C1, B9 and AC. RGB value is (193,185,172). Sum of RGB (Red+Green+Blue) = 193+185+172=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B9AC is #3E4653. Grayscale: #B9B9B9. Windows color (decimal): -4081236 or 11319745. OLE color: 11319745.

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

Color convert

RGB193185172-
CMYK00.040.110.24
HSL37.14º14.48%71.57%-
HSV(B)37.14º10.88%75.69%-
XYZ46.7949.0146.02-
YUV185.91120.15133.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=35.09%
G=33.64%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318517200.040.110.2437.1414.4871.57
HexC1B9AC04B1825e48
Octal3012712540413304516110
Binary110000011011100110101100010010111100010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B9AC; }

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

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

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

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

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

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

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

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