#C3BBBC

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

Shades of Pink Flare #C3BBBC

Tints of Pink Flare #C3BBBC

Color information

#C3BBBC (or 0xC3BBBC) is unknown color: approx Pink Flare. HEX triplet: C3, BB and BC. RGB value is (195,187,188). Sum of RGB (Red+Green+Blue) = 195+187+188=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBBC is #3C4443. Grayscale: #BDBDBD. Windows color (decimal): -3949636 or 12368835. OLE color: 12368835.

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

Color convert

RGB195187188-
CMYK00.040.040.24
HSL352.5º6.25%74.9%-
HSV(B)352.5º4.1%76.47%-
XYZ49.3550.7754.78-
YUV189.51127.15131.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=34.21%
G=32.81%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518718800.040.040.24352.56.2574.9
HexC3BBBC0441816164b
Octal303273274044305416113
Binary1100001110111011101111000100100110001011000011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBBC; }

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

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

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

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

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

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

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

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