#C9BEC0

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

Shades of Pink Flare #C9BEC0

Tints of Pink Flare #C9BEC0

Color information

#C9BEC0 (or 0xC9BEC0) is unknown color: approx Pink Flare. HEX triplet: C9, BE and C0. RGB value is (201,190,192). Sum of RGB (Red+Green+Blue) = 201+190+192=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEC0 is #36413F. Grayscale: #C1C1C1. Windows color (decimal): -3555648 or 12631753. OLE color: 12631753.

HSL color Cylindrical-coordinate representation of color #C9BEC0: hue angle of 349.09º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9BEC0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB201190192-
CMYK00.050.040.21
HSL349.09º9.24%76.67%-
HSV(B)349.09º5.47%78.82%-
XYZ52.0253.0557.37-
YUV193.52127.14133.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.48%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 192 (75.39% from 255) = 32.93%
R=34.48%
G=32.59%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119019200.050.040.21349.099.2476.67
HexC9BEC00541515d94d
Octal3112763000542553511115
Binary11001001101111101100000001011001010110101110110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEC0; }

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

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

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

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

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

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

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

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