#C7BFB0

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

Shades of Cloud #C7BFB0

Tints of Cloud #C7BFB0

Color information

#C7BFB0 (or 0xC7BFB0) is unknown color: approx Cloud. HEX triplet: C7, BF and B0. RGB value is (199,191,176). Sum of RGB (Red+Green+Blue) = 199+191+176=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BFB0 is #38404F. Grayscale: #BFBFBF. Windows color (decimal): -3686480 or 11583431. OLE color: 11583431.

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

Color convert

RGB199191176-
CMYK00.040.120.22
HSL39.13º17.04%73.53%-
HSV(B)39.13º11.56%78.04%-
XYZ50.0252.5448.58-
YUV191.68119.15133.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.16%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 176 (69.14% from 255) = 31.10%
R=35.16%
G=33.75%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919117600.040.120.2239.1317.0473.53
HexC7BFB004C1627114a
Octal3072772600414264721112
Binary1100011110111111101100000100110010110100111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFB0; }

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

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

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

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

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

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

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

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