#C1B0B1

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

Shades of Pink Flare #C1B0B1

Tints of Pink Flare #C1B0B1

Color information

#C1B0B1 (or 0xC1B0B1) is unknown color: approx Pink Flare. HEX triplet: C1, B0 and B1. RGB value is (193,176,177). Sum of RGB (Red+Green+Blue) = 193+176+177=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B0B1 is #3E4F4E. Grayscale: #B5B5B5. Windows color (decimal): -4083535 or 11645121. OLE color: 11645121.

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

Color convert

RGB193176177-
CMYK00.090.080.24
HSL356.47º12.06%72.35%-
HSV(B)356.47º8.81%75.69%-
XYZ45.4545.5647.99-
YUV181.2125.63136.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.35%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=35.35%
G=32.23%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317617700.090.080.24356.4712.0672.35
HexC1B0B109818164c48
Octal301260261011103054414110
Binary1100000110110000101100010100110001100010110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0B1; }

 p { color: rgb(193,176,177); }

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

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

 a { background-color: rgb(193,176,177); }

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

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

 span { border-color: rgb(193,176,177); }

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