#C2B8BA

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

Shades of Pink Flare #C2B8BA

Tints of Pink Flare #C2B8BA

Color information

#C2B8BA (or 0xC2B8BA) is unknown color: approx Pink Flare. HEX triplet: C2, B8 and BA. RGB value is (194,184,186). Sum of RGB (Red+Green+Blue) = 194+184+186=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B8BA is #3D4745. Grayscale: #BBBBBB. Windows color (decimal): -4015942 or 12236994. OLE color: 12236994.

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

Color convert

RGB194184186-
CMYK00.050.040.24
HSL348º7.58%74.12%-
HSV(B)348º5.15%76.08%-
XYZ48.2549.353.43-
YUV187.22127.31132.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 184 (72.27% from 255) = 32.62%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=34.40%
G=32.62%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418418600.050.040.243487.5874.12
HexC2B8BA0541815c84a
Octal3022702720543053410112
Binary11000010101110001011101001011001100010101110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B8BA; }

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

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

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

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

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

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

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

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