#C7BEC0

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

Shades of Pink Flare #C7BEC0

Tints of Pink Flare #C7BEC0

Color information

#C7BEC0 (or 0xC7BEC0) is unknown color: approx Pink Flare. HEX triplet: C7, BE and C0. RGB value is (199,190,192). Sum of RGB (Red+Green+Blue) = 199+190+192=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEC0 is #38413F. Grayscale: #C0C0C0. Windows color (decimal): -3686720 or 12631751. OLE color: 12631751.

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

Color convert

RGB199190192-
CMYK00.050.040.22
HSL346.67º7.44%76.27%-
HSV(B)346.67º4.52%78.04%-
XYZ51.4852.7757.34-
YUV192.92127.48132.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.25%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=34.25%
G=32.70%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919019200.050.040.22346.677.4476.27
HexC7BEC00541615b74c
Octal307276300054265337114
Binary1100011110111110110000000101100101101010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEC0; }

 p { color: rgb(199,190,192); }

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

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

 a { background-color: rgb(199,190,192); }

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

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

 span { border-color: rgb(199,190,192); }

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