#C3B8BB

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

Shades of Pink Flare #C3B8BB

Tints of Pink Flare #C3B8BB

Color information

#C3B8BB (or 0xC3B8BB) is unknown color: approx Pink Flare. HEX triplet: C3, B8 and BB. RGB value is (195,184,187). Sum of RGB (Red+Green+Blue) = 195+184+187=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B8BB is #3C4744. Grayscale: #BBBBBB. Windows color (decimal): -3950405 or 12302531. OLE color: 12302531.

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

Color convert

RGB195184187-
CMYK00.060.040.24
HSL343.64º8.4%74.31%-
HSV(B)343.64º5.64%76.47%-
XYZ48.6249.4754-
YUV187.63127.64133.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.45%
GREEN value IS 184 (72.27% from 255) = 32.51%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=34.45%
G=32.51%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518418700.060.040.24343.648.474.31
HexC3B8BB0641815884a
Octal3032702730643053010112
Binary11000011101110001011101101101001100010101100010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B8BB; }

 p { color: rgb(195,184,187); }

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

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

 a { background-color: rgb(195,184,187); }

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

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

 span { border-color: rgb(195,184,187); }

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