#C0B1B5

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

Shades of Pink Flare #C0B1B5

Tints of Pink Flare #C0B1B5

Color information

#C0B1B5 (or 0xC0B1B5) is unknown color: approx Pink Flare. HEX triplet: C0, B1 and B5. RGB value is (192,177,181). Sum of RGB (Red+Green+Blue) = 192+177+181=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B1B5 is #3F4E4A. Grayscale: #B5B5B5. Windows color (decimal): -4148811 or 11907520. OLE color: 11907520.

HSL color Cylindrical-coordinate representation of color #C0B1B5: hue angle of 344º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0B1B5 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB192177181-
CMYK00.080.060.25
HSL344º10.64%72.35%-
HSV(B)344º7.81%75.29%-
XYZ45.845.9950.18-
YUV181.94127.47135.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=34.91%
G=32.18%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217718100.080.060.2534410.6472.35
HexC0B1B508619158b48
Octal30026126501063153013110
Binary110000001011000110110101010001101100110101100010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B1B5; }

 p { color: rgb(192,177,181); }

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

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

 a { background-color: rgb(192,177,181); }

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

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

 span { border-color: rgb(192,177,181); }

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