#C8B1B7

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

Shades of Pink Flare #C8B1B7

Tints of Pink Flare #C8B1B7

Color information

#C8B1B7 (or 0xC8B1B7) is unknown color: approx Pink Flare. HEX triplet: C8, B1 and B7. RGB value is (200,177,183). Sum of RGB (Red+Green+Blue) = 200+177+183=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1B7 is #374E48. Grayscale: #B8B8B8. Windows color (decimal): -3624521 or 12038600. OLE color: 12038600.

HSL color Cylindrical-coordinate representation of color #C8B1B7: hue angle of 344.35º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B1B7 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200177183-
CMYK00.120.080.22
HSL344.35º17.29%73.92%-
HSV(B)344.35º11.5%78.43%-
XYZ48.0947.1451.36-
YUV184.56127.12139.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.71%
GREEN value IS 177 (69.53% from 255) = 31.61%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=35.71%
G=31.61%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017718300.120.080.22344.3517.2973.92
HexC8B1B70C816158114a
Octal310261267014102653021112
Binary11001000101100011011011101100100010110101011000100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B1B7; }

 p { color: rgb(200,177,183); }

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

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

 a { background-color: rgb(200,177,183); }

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

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

 span { border-color: rgb(200,177,183); }

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