#C3BBBD

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

Shades of Pink Flare #C3BBBD

Tints of Pink Flare #C3BBBD

Color information

#C3BBBD (or 0xC3BBBD) is unknown color: approx Pink Flare. HEX triplet: C3, BB and BD. RGB value is (195,187,189). Sum of RGB (Red+Green+Blue) = 195+187+189=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBBD is #3C4442. Grayscale: #BDBDBD. Windows color (decimal): -3949635 or 12434371. OLE color: 12434371.

HSL color Cylindrical-coordinate representation of color #C3BBBD: hue angle of 345º 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 #C3BBBD is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195187189-
CMYK00.040.030.24
HSL345º6.25%74.9%-
HSV(B)345º4.1%76.47%-
XYZ49.4650.8255.35-
YUV189.62127.65131.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.15%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=34.15%
G=32.75%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518718900.040.030.243456.2574.9
HexC3BBBD0431815964b
Octal303273275043305316113
Binary110000111011101110111101010011110001010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBBD; }

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

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

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

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

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

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

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

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