#C2B9AD

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

Shades of Cloud #C2B9AD

Tints of Cloud #C2B9AD

Color information

#C2B9AD (or 0xC2B9AD) is unknown color: approx Cloud. HEX triplet: C2, B9 and AD. RGB value is (194,185,173). Sum of RGB (Red+Green+Blue) = 194+185+173=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B9AD is #3D4652. Grayscale: #BABABA. Windows color (decimal): -4015699 or 11385282. OLE color: 11385282.

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

Color convert

RGB194185173-
CMYK00.050.110.24
HSL34.29º14.69%71.96%-
HSV(B)34.29º10.82%76.08%-
XYZ47.1449.1846.54-
YUV186.32120.48133.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.14%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=35.14%
G=33.51%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418517300.050.110.2434.2914.6971.96
HexC2B9AD05B1822f48
Octal3022712550513304217110
Binary110000101011100110101101010110111100010001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B9AD; }

 p { color: rgb(194,185,173); }

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

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

 a { background-color: rgb(194,185,173); }

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

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

 span { border-color: rgb(194,185,173); }

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