#C8BCBD

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

Shades of Pink Flare #C8BCBD

Tints of Pink Flare #C8BCBD

Color information

#C8BCBD (or 0xC8BCBD) is unknown color: approx Pink Flare. HEX triplet: C8, BC and BD. RGB value is (200,188,189). Sum of RGB (Red+Green+Blue) = 200+188+189=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCBD is #374342. Grayscale: #BFBFBF. Windows color (decimal): -3621699 or 12434632. OLE color: 12434632.

HSL color Cylindrical-coordinate representation of color #C8BCBD: hue angle of 355º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BCBD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200188189-
CMYK00.060.060.22
HSL355º9.84%76.08%-
HSV(B)355º6%78.43%-
XYZ50.9951.9255.48-
YUV191.7126.48133.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.66%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=34.66%
G=32.58%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018818900.060.060.223559.8476.08
HexC8BCBD06616163a4c
Octal3102742750662654312114
Binary11001000101111001011110101101101011010110001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCBD; }

 p { color: rgb(200,188,189); }

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

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

 a { background-color: rgb(200,188,189); }

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

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

 span { border-color: rgb(200,188,189); }

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