#C7BFB6

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

Shades of Cloud #C7BFB6

Tints of Cloud #C7BFB6

Color information

#C7BFB6 (or 0xC7BFB6) is unknown color: approx Cloud. HEX triplet: C7, BF and B6. RGB value is (199,191,182). Sum of RGB (Red+Green+Blue) = 199+191+182=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFB6 is #384049. Grayscale: #C0C0C0. Windows color (decimal): -3686474 or 11976647. OLE color: 11976647.

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

Color convert

RGB199191182-
CMYK00.040.090.22
HSL31.76º13.18%74.71%-
HSV(B)31.76º8.54%78.04%-
XYZ50.6352.7851.78-
YUV192.37122.15132.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.79%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 182 (71.48% from 255) = 31.82%
R=34.79%
G=33.39%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919118200.040.090.2231.7613.1874.71
HexC7BFB60491620d4b
Octal3072772660411264015113
Binary110001111011111110110110010010011011010000011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFB6; }

 p { color: rgb(199,191,182); }

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

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

 a { background-color: rgb(199,191,182); }

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

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

 span { border-color: rgb(199,191,182); }

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