#C7BEBF

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

Shades of Pink Flare #C7BEBF

Tints of Pink Flare #C7BEBF

Color information

#C7BEBF (or 0xC7BEBF) is unknown color: approx Pink Flare. HEX triplet: C7, BE and BF. RGB value is (199,190,191). Sum of RGB (Red+Green+Blue) = 199+190+191=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEBF is #384140. Grayscale: #C0C0C0. Windows color (decimal): -3686721 or 12566215. OLE color: 12566215.

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

Color convert

RGB199190191-
CMYK00.050.040.22
HSL353.33º7.44%76.27%-
HSV(B)353.33º4.52%78.04%-
XYZ51.3752.7356.76-
YUV192.8126.98132.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.31%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 191 (75% from 255) = 32.93%
R=34.31%
G=32.76%
B=32.93%

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
Decimal19919019100.050.040.22353.337.4476.27
HexC7BEBF0541616174c
Octal307276277054265417114
Binary1100011110111110101111110101100101101011000011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEBF; }

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

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

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

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

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

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

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

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