#C2B7BA

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

Shades of Pink Flare #C2B7BA

Tints of Pink Flare #C2B7BA

Color information

#C2B7BA (or 0xC2B7BA) is unknown color: approx Pink Flare. HEX triplet: C2, B7 and BA. RGB value is (194,183,186). Sum of RGB (Red+Green+Blue) = 194+183+186=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B7BA is #3D4845. Grayscale: #BABABA. Windows color (decimal): -4016198 or 12236738. OLE color: 12236738.

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

Color convert

RGB194183186-
CMYK00.060.040.24
HSL343.64º8.27%73.92%-
HSV(B)343.64º5.67%76.08%-
XYZ48.0448.8853.36-
YUV186.63127.64133.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 183 (71.88% from 255) = 32.50%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=34.46%
G=32.50%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418318600.060.040.24343.648.2773.92
HexC2B7BA0641815884a
Octal3022672720643053010112
Binary11000010101101111011101001101001100010101100010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B7BA; }

 p { color: rgb(194,183,186); }

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

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

 a { background-color: rgb(194,183,186); }

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

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

 span { border-color: rgb(194,183,186); }

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