#C1B9AF

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

Shades of Cloud #C1B9AF

Tints of Cloud #C1B9AF

Color information

#C1B9AF (or 0xC1B9AF) is unknown color: approx Cloud. HEX triplet: C1, B9 and AF. RGB value is (193,185,175). Sum of RGB (Red+Green+Blue) = 193+185+175=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B9AF is #3E4650. Grayscale: #BABABA. Windows color (decimal): -4081233 or 11516353. OLE color: 11516353.

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

Color convert

RGB193185175-
CMYK00.040.090.24
HSL33.33º12.68%72.16%-
HSV(B)33.33º9.33%75.69%-
XYZ47.0849.1347.56-
YUV186.25121.65132.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 185 (72.66% from 255) = 33.45%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=34.90%
G=33.45%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318517500.040.090.2433.3312.6872.16
HexC1B9AF0491821d48
Octal3012712570411304115110
Binary110000011011100110101111010010011100010000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B9AF; }

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

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

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

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

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

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

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

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