#C7BCA9

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

Shades of Cloud #C7BCA9

Tints of Cloud #C7BCA9

Color information

#C7BCA9 (or 0xC7BCA9) is unknown color: approx Cloud. HEX triplet: C7, BC and A9. RGB value is (199,188,169). Sum of RGB (Red+Green+Blue) = 199+188+169=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BCA9 is #384356. Grayscale: #BDBDBD. Windows color (decimal): -3687255 or 11123911. OLE color: 11123911.

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

Color convert

RGB199188169-
CMYK00.060.150.22
HSL38º21.13%72.16%-
HSV(B)38º15.08%78.04%-
XYZ48.750.9744.81-
YUV189.12116.64135.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.79%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 169 (66.41% from 255) = 30.40%
R=35.79%
G=33.81%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918816900.060.150.223821.1372.16
HexC7BCA906F16261548
Octal3072742510617264625110
Binary1100011110111100101010010110111110110100110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCA9; }

 p { color: rgb(199,188,169); }

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

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

 a { background-color: rgb(199,188,169); }

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

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

 span { border-color: rgb(199,188,169); }

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