#C2B2B6

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

Shades of Pink Flare #C2B2B6

Tints of Pink Flare #C2B2B6

Color information

#C2B2B6 (or 0xC2B2B6) is unknown color: approx Pink Flare. HEX triplet: C2, B2 and B6. RGB value is (194,178,182). Sum of RGB (Red+Green+Blue) = 194+178+182=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B2B6 is #3D4D49. Grayscale: #B7B7B7. Windows color (decimal): -4017482 or 11973314. OLE color: 11973314.

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

Color convert

RGB194178182-
CMYK00.080.060.24
HSL345º11.59%72.94%-
HSV(B)345º8.25%76.08%-
XYZ46.6146.6950.81-
YUV183.24127.3135.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 178 (69.92% from 255) = 32.13%
BLUE value IS 182 (71.48% from 255) = 32.85%
R=35.02%
G=32.13%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417818200.080.060.2434511.5972.94
HexC2B2B608618159c49
Octal30226226601063053114111
Binary110000101011001010110110010001101100010101100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B2B6; }

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

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

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

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

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

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

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

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