#C2BAAF

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

Shades of Cloud #C2BAAF

Tints of Cloud #C2BAAF

Color information

#C2BAAF (or 0xC2BAAF) is unknown color: approx Cloud. HEX triplet: C2, BA and AF. RGB value is (194,186,175). Sum of RGB (Red+Green+Blue) = 194+186+175=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BAAF is #3D4550. Grayscale: #BBBBBB. Windows color (decimal): -4015441 or 11516610. OLE color: 11516610.

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

Color convert

RGB194186175-
CMYK00.040.100.24
HSL34.74º13.48%72.35%-
HSV(B)34.74º9.79%76.08%-
XYZ47.5449.6847.64-
YUV187.14121.15132.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=34.95%
G=33.51%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418617500.040.100.2434.7413.4872.35
HexC2BAAF04A1823d48
Octal3022722570412304315110
Binary110000101011101010101111010010101100010001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAAF; }

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

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

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

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

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

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

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

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