#C9B9BC

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

Shades of Pink Flare #C9B9BC

Tints of Pink Flare #C9B9BC

Color information

#C9B9BC (or 0xC9B9BC) is unknown color: approx Pink Flare. HEX triplet: C9, B9 and BC. RGB value is (201,185,188). Sum of RGB (Red+Green+Blue) = 201+185+188=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9BC is #364643. Grayscale: #BEBEBE. Windows color (decimal): -3556932 or 12368329. OLE color: 12368329.

HSL color Cylindrical-coordinate representation of color #C9B9BC: hue angle of 348.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9B9BC is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201185188-
CMYK00.080.060.21
HSL348.75º12.9%75.69%-
HSV(B)348.75º7.96%78.82%-
XYZ50.5150.7554.71-
YUV190.13126.8135.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=35.02%
G=32.23%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118518800.080.060.21348.7512.975.69
HexC9B9BC0861515dd4c
Octal31127127401062553515114
Binary110010011011100110111100010001101010110101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9BC; }

 p { color: rgb(201,185,188); }

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

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

 a { background-color: rgb(201,185,188); }

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

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

 span { border-color: rgb(201,185,188); }

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