#C4BABB

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

Shades of Pink Flare #C4BABB

Tints of Pink Flare #C4BABB

Color information

#C4BABB (or 0xC4BABB) is unknown color: approx Pink Flare. HEX triplet: C4, BA and BB. RGB value is (196,186,187). Sum of RGB (Red+Green+Blue) = 196+186+187=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BABB is #3B4544. Grayscale: #BDBDBD. Windows color (decimal): -3884357 or 12303044. OLE color: 12303044.

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

Color convert

RGB196186187-
CMYK00.050.050.23
HSL354º7.81%74.9%-
HSV(B)354º5.1%76.86%-
XYZ49.2950.4454.15-
YUV189.1126.81132.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.45%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=34.45%
G=32.69%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618618700.050.050.233547.8174.9
HexC4BABB0551716284b
Octal3042722730552754210113
Binary11000100101110101011101101011011011110110001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BABB; }

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

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

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

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

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

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

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

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