#C7BFB5

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

Shades of Cloud #C7BFB5

Tints of Cloud #C7BFB5

Color information

#C7BFB5 (or 0xC7BFB5) is unknown color: approx Cloud. HEX triplet: C7, BF and B5. RGB value is (199,191,181). Sum of RGB (Red+Green+Blue) = 199+191+181=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFB5 is #38404A. Grayscale: #C0C0C0. Windows color (decimal): -3686475 or 11911111. OLE color: 11911111.

HSL color Cylindrical-coordinate representation of color #C7BFB5: hue angle of 33.33º degrees, saturation: 0.14, 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 #C7BFB5 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB199191181-
CMYK00.040.090.22
HSL33.33º13.85%74.51%-
HSV(B)33.33º9.05%78.04%-
XYZ50.5252.7451.23-
YUV192.25121.65132.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.85%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=34.85%
G=33.45%
B=31.70%

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
Decimal19919118100.040.090.2233.3313.8574.51
HexC7BFB50491621e4b
Octal3072772650411264116113
Binary110001111011111110110101010010011011010000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFB5; }

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

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

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

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

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

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

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

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