#C091F9

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

Shades of Perfume #C091F9

Tints of Perfume #C091F9

Color information

#C091F9 (or 0xC091F9) is unknown color: approx Perfume. HEX triplet: C0, 91 and F9. RGB value is (192,145,249). Sum of RGB (Red+Green+Blue) = 192+145+249=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #C091F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C091F9 is #3F6E06. Grayscale: #AAAAAA. Windows color (decimal): -4156935 or 16355776. OLE color: 16355776.

HSL color Cylindrical-coordinate representation of color #C091F9: hue angle of 267.12º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C091F9 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192145249-
CMYK0.230.4200.02
HSL267.12º89.66%77.25%-
HSV(B)267.12º41.77%97.65%-
XYZ48.9638.394.43-
YUV170.91172.07143.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=32.76%
G=24.74%
B=42.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921452490.230.4200.02267.1289.6677.25
HexC091F9172A0210b5a4d
Octal300221371275202413132115
Binary1100000010010001111110011011110101001010000101110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091F9; }

 p { color: rgb(192,145,249); }

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

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

 a { background-color: rgb(192,145,249); }

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

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

 span { border-color: rgb(192,145,249); }

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