#C6BABB

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

Shades of Pink Flare #C6BABB

Tints of Pink Flare #C6BABB

Color information

#C6BABB (or 0xC6BABB) is unknown color: approx Pink Flare. HEX triplet: C6, BA and BB. RGB value is (198,186,187). Sum of RGB (Red+Green+Blue) = 198+186+187=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BABB is #394544. Grayscale: #BDBDBD. Windows color (decimal): -3753285 or 12303046. OLE color: 12303046.

HSL color Cylindrical-coordinate representation of color #C6BABB: hue angle of 355º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BABB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198186187-
CMYK00.060.060.22
HSL355º9.52%75.29%-
HSV(B)355º6.06%77.65%-
XYZ49.8250.7154.18-
YUV189.7126.48133.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=34.68%
G=32.57%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818618700.060.060.223559.5275.29
HexC6BABB06616163a4b
Octal3062722730662654312113
Binary11000110101110101011101101101101011010110001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BABB; }

 p { color: rgb(198,186,187); }

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

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

 a { background-color: rgb(198,186,187); }

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

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

 span { border-color: rgb(198,186,187); }

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