#C6BFC0

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

Shades of Pink Flare #C6BFC0

Tints of Pink Flare #C6BFC0

Color information

#C6BFC0 (or 0xC6BFC0) is unknown color: approx Pink Flare. HEX triplet: C6, BF and C0. RGB value is (198,191,192). Sum of RGB (Red+Green+Blue) = 198+191+192=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFC0 is #39403F. Grayscale: #C1C1C1. Windows color (decimal): -3752000 or 12632006. OLE color: 12632006.

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

Color convert

RGB198191192-
CMYK00.040.030.22
HSL351.43º5.79%76.27%-
HSV(B)351.43º3.54%77.65%-
XYZ51.4353.0757.4-
YUV193.21127.32131.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=34.08%
G=32.87%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819119200.040.030.22351.435.7976.27
HexC6BFC00431615f64c
Octal306277300043265376114
Binary110001101011111111000000010011101101010111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFC0; }

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

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

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

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

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

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

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

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