#C3B7B9

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

Shades of Pink Flare #C3B7B9

Tints of Pink Flare #C3B7B9

Color information

#C3B7B9 (or 0xC3B7B9) is unknown color: approx Pink Flare. HEX triplet: C3, B7 and B9. RGB value is (195,183,185). Sum of RGB (Red+Green+Blue) = 195+183+185=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7B9 is #3C4846. Grayscale: #BABABA. Windows color (decimal): -3950663 or 12171203. OLE color: 12171203.

HSL color Cylindrical-coordinate representation of color #C3B7B9: hue angle of 350º degrees, saturation: 0.09, 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 #C3B7B9 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195183185-
CMYK00.060.050.24
HSL350º9.09%74.12%-
HSV(B)350º6.15%76.47%-
XYZ48.248.9752.81-
YUV186.82126.98133.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.64%
GREEN value IS 183 (71.88% from 255) = 32.50%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=34.64%
G=32.50%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518318500.060.050.243509.0974.12
HexC3B7B90651815e94a
Octal3032672710653053611112
Binary11000011101101111011100101101011100010101111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B7B9; }

 p { color: rgb(195,183,185); }

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

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

 a { background-color: rgb(195,183,185); }

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

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

 span { border-color: rgb(195,183,185); }

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