#C7BBAE

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

Shades of Cloud #C7BBAE

Tints of Cloud #C7BBAE

Color information

#C7BBAE (or 0xC7BBAE) is unknown color: approx Cloud. HEX triplet: C7, BB and AE. RGB value is (199,187,174). Sum of RGB (Red+Green+Blue) = 199+187+174=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BBAE is #384451. Grayscale: #BDBDBD. Windows color (decimal): -3687506 or 11451335. OLE color: 11451335.

HSL color Cylindrical-coordinate representation of color #C7BBAE: hue angle of 31.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BBAE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB199187174-
CMYK00.060.130.22
HSL31.2º18.25%73.14%-
HSV(B)31.2º12.56%78.04%-
XYZ48.9650.7447.26-
YUV189.11119.48135.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.54%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=35.54%
G=33.39%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918717400.060.130.2231.218.2573.14
HexC7BBAE06D161f1249
Octal3072732560615263722111
Binary110001111011101110101110011011011011011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBAE; }

 p { color: rgb(199,187,174); }

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

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

 a { background-color: rgb(199,187,174); }

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

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

 span { border-color: rgb(199,187,174); }

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