#C1B0B3

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

Shades of Pink Flare #C1B0B3

Tints of Pink Flare #C1B0B3

Color information

#C1B0B3 (or 0xC1B0B3) is unknown color: approx Pink Flare. HEX triplet: C1, B0 and B3. RGB value is (193,176,179). Sum of RGB (Red+Green+Blue) = 193+176+179=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0B3 is #3E4F4C. Grayscale: #B5B5B5. Windows color (decimal): -4083533 or 11776193. OLE color: 11776193.

HSL color Cylindrical-coordinate representation of color #C1B0B3: hue angle of 349.41º 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 #C1B0B3 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB193176179-
CMYK00.090.070.24
HSL349.41º12.06%72.35%-
HSV(B)349.41º8.81%75.69%-
XYZ45.6545.6449.05-
YUV181.42126.63136.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.22%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 179 (70.31% from 255) = 32.66%
R=35.22%
G=32.12%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317617900.090.070.24349.4112.0672.35
HexC1B0B30971815dc48
Octal30126026301173053514110
Binary110000011011000010110011010011111100010101110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0B3; }

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

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

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

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

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

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

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

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