#C2B4B6

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

Shades of Pink Flare #C2B4B6

Tints of Pink Flare #C2B4B6

Color information

#C2B4B6 (or 0xC2B4B6) is unknown color: approx Pink Flare. HEX triplet: C2, B4 and B6. RGB value is (194,180,182). Sum of RGB (Red+Green+Blue) = 194+180+182=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4B6 is #3D4B49. Grayscale: #B8B8B8. Windows color (decimal): -4016970 or 11973826. OLE color: 11973826.

HSL color Cylindrical-coordinate representation of color #C2B4B6: hue angle of 351.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2B4B6 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB194180182-
CMYK00.070.060.24
HSL351.43º10.29%73.33%-
HSV(B)351.43º7.22%76.08%-
XYZ47.0147.4950.94-
YUV184.41126.64134.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.89%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=34.89%
G=32.37%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418018200.070.060.24351.4310.2973.33
HexC2B4B60761815fa49
Octal3022642660763053712111
Binary11000010101101001011011001111101100010101111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B4B6; }

 p { color: rgb(194,180,182); }

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

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

 a { background-color: rgb(194,180,182); }

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

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

 span { border-color: rgb(194,180,182); }

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