#C098E5

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

Shades of Perfume #C098E5

Tints of Perfume #C098E5

Color information

#C098E5 (or 0xC098E5) is unknown color: approx Perfume. HEX triplet: C0, 98 and E5. RGB value is (192,152,229). Sum of RGB (Red+Green+Blue) = 192+152+229=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #C098E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098E5 is #3F671A. Grayscale: #ACACAC. Windows color (decimal): -4155163 or 15046848. OLE color: 15046848.

HSL color Cylindrical-coordinate representation of color #C098E5: hue angle of 271.17º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C098E5 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB192152229-
CMYK0.160.3400.10
HSL271.17º59.69%74.71%-
HSV(B)271.17º33.62%89.8%-
XYZ47.1139.3279.24-
YUV172.74159.75141.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 152 (59.77% from 255) = 26.53%
BLUE value IS 229 (89.84% from 255) = 39.97%
R=33.51%
G=26.53%
B=39.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1921522290.160.3400.10271.1759.6974.71
HexC098E510220A10f3c4b
Octal300230345204201241774113
Binary11000000100110001110010110000100010010101000011111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098E5; }

 p { color: rgb(192,152,229); }

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

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

 a { background-color: rgb(192,152,229); }

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

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

 span { border-color: rgb(192,152,229); }

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