#C2BAAD

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

Shades of Cloud #C2BAAD

Tints of Cloud #C2BAAD

Color information

#C2BAAD (or 0xC2BAAD) is unknown color: approx Cloud. HEX triplet: C2, BA and AD. RGB value is (194,186,173). Sum of RGB (Red+Green+Blue) = 194+186+173=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BAAD is #3D4552. Grayscale: #BABABA. Windows color (decimal): -4015443 or 11385538. OLE color: 11385538.

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

Color convert

RGB194186173-
CMYK00.040.110.24
HSL37.14º14.69%71.96%-
HSV(B)37.14º10.82%76.08%-
XYZ47.3549.646.61-
YUV186.91120.15133.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=35.08%
G=33.63%
B=31.28%

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
Decimal19418617300.040.110.2437.1414.6971.96
HexC2BAAD04B1825f48
Octal3022722550413304517110
Binary110000101011101010101101010010111100010010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAAD; }

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

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

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

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

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

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

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

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