#C2B9AA

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

Shades of Cloud #C2B9AA

Tints of Cloud #C2B9AA

Color information

#C2B9AA (or 0xC2B9AA) is unknown color: approx Cloud. HEX triplet: C2, B9 and AA. RGB value is (194,185,170). Sum of RGB (Red+Green+Blue) = 194+185+170=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B9AA is #3D4655. Grayscale: #BABABA. Windows color (decimal): -4015702 or 11188674. OLE color: 11188674.

HSL color Cylindrical-coordinate representation of color #C2B9AA: hue angle of 37.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B9AA is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194185170-
CMYK00.050.120.24
HSL37.5º16.44%71.37%-
HSV(B)37.5º12.37%76.08%-
XYZ46.8549.0745.03-
YUV185.98118.98133.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.34%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=35.34%
G=33.70%
B=30.97%

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
Decimal19418517000.050.120.2437.516.4471.37
HexC2B9AA05C18261047
Octal3022712520514304620107
Binary1100001010111001101010100101110011000100110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B9AA; }

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

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

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

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

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

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

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

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