#C5BABB

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

Shades of Pink Flare #C5BABB

Tints of Pink Flare #C5BABB

Color information

#C5BABB (or 0xC5BABB) is unknown color: approx Pink Flare. HEX triplet: C5, BA and BB. RGB value is (197,186,187). Sum of RGB (Red+Green+Blue) = 197+186+187=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BABB is #3A4544. Grayscale: #BDBDBD. Windows color (decimal): -3818821 or 12303045. OLE color: 12303045.

HSL color Cylindrical-coordinate representation of color #C5BABB: hue angle of 354.55º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5BABB is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197186187-
CMYK00.060.050.23
HSL354.55º8.66%75.1%-
HSV(B)354.55º5.58%77.25%-
XYZ49.5550.5854.16-
YUV189.4126.64133.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.56%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=34.56%
G=32.63%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718618700.060.050.23354.558.6675.1
HexC5BABB0651716394b
Octal3052722730652754311113
Binary11000101101110101011101101101011011110110001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BABB; }

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

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

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

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

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

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

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

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