#C091FB

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

Shades of Perfume #C091FB

Tints of Perfume #C091FB

Color information

#C091FB (or 0xC091FB) is unknown color: approx Perfume. HEX triplet: C0, 91 and FB. RGB value is (192,145,251). Sum of RGB (Red+Green+Blue) = 192+145+251=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #C091FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C091FB is #3F6E04. Grayscale: #AAAAAA. Windows color (decimal): -4156933 or 16486848. OLE color: 16486848.

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

Color convert

RGB192145251-
CMYK0.240.4200.02
HSL266.6º92.98%77.65%-
HSV(B)266.6º42.23%98.43%-
XYZ49.2838.4296.09-
YUV171.14173.07142.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.65%
GREEN value IS 145 (57.03% from 255) = 24.66%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=32.65%
G=24.66%
B=42.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921452510.240.4200.02266.692.9877.65
HexC091FB182A0210b5d4e
Octal300221373305202413135116
Binary1100000010010001111110111100010101001010000101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091FB; }

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

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

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

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

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

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

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

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