#C5BFC0

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

Shades of Pink Flare #C5BFC0

Tints of Pink Flare #C5BFC0

Color information

#C5BFC0 (or 0xC5BFC0) is unknown color: approx Pink Flare. HEX triplet: C5, BF and C0. RGB value is (197,191,192). Sum of RGB (Red+Green+Blue) = 197+191+192=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFC0 is #3A403F. Grayscale: #C0C0C0. Windows color (decimal): -3817536 or 12632005. OLE color: 12632005.

HSL color Cylindrical-coordinate representation of color #C5BFC0: hue angle of 350º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5BFC0 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB197191192-
CMYK00.030.030.23
HSL350º4.92%76.08%-
HSV(B)350º3.05%77.25%-
XYZ51.1752.9457.39-
YUV192.91127.49130.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.97%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 192 (75.39% from 255) = 33.10%
R=33.97%
G=32.93%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719119200.030.030.233504.9276.08
HexC5BFC00331715e54c
Octal305277300033275365114
Binary11000101101111111100000001111101111010111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFC0; }

 p { color: rgb(197,191,192); }

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

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

 a { background-color: rgb(197,191,192); }

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

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

 span { border-color: rgb(197,191,192); }

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