#C7BABD

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

Shades of Pink Flare #C7BABD

Tints of Pink Flare #C7BABD

Color information

#C7BABD (or 0xC7BABD) is unknown color: approx Pink Flare. HEX triplet: C7, BA and BD. RGB value is (199,186,189). Sum of RGB (Red+Green+Blue) = 199+186+189=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BABD is #384542. Grayscale: #BEBEBE. Windows color (decimal): -3687747 or 12434119. OLE color: 12434119.

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

Color convert

RGB199186189-
CMYK00.070.050.22
HSL346.15º10.4%75.49%-
HSV(B)346.15º6.53%78.04%-
XYZ50.350.9355.32-
YUV190.23127.31134.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.67%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=34.67%
G=32.40%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918618900.070.050.22346.1510.475.49
HexC7BABD0751615aa4b
Octal3072722750752653212113
Binary11000111101110101011110101111011011010101101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BABD; }

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

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

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

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

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

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

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

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