#C7BDBF

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

Shades of Pink Flare #C7BDBF

Tints of Pink Flare #C7BDBF

Color information

#C7BDBF (or 0xC7BDBF) is unknown color: approx Pink Flare. HEX triplet: C7, BD and BF. RGB value is (199,189,191). Sum of RGB (Red+Green+Blue) = 199+189+191=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDBF is #384240. Grayscale: #C0C0C0. Windows color (decimal): -3686977 or 12565959. OLE color: 12565959.

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

Color convert

RGB199189191-
CMYK00.050.040.22
HSL348º8.2%76.08%-
HSV(B)348º5.03%78.04%-
XYZ51.1552.356.69-
YUV192.22127.31132.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.37%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 191 (75% from 255) = 32.99%
R=34.37%
G=32.64%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918919100.050.040.223488.276.08
HexC7BDBF0541615c84c
Octal3072752770542653410114
Binary11000111101111011011111101011001011010101110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDBF; }

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

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

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

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

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

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

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

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