#C0A9EA

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

Shades of Perfume #C0A9EA

Tints of Perfume #C0A9EA

Color information

#C0A9EA (or 0xC0A9EA) is unknown color: approx Perfume. HEX triplet: C0, A9 and EA. RGB value is (192,169,234). Sum of RGB (Red+Green+Blue) = 192+169+234=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0A9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A9EA is #3F5615. Grayscale: #B7B7B7. Windows color (decimal): -4150806 or 15378880. OLE color: 15378880.

HSL color Cylindrical-coordinate representation of color #C0A9EA: hue angle of 261.23º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0A9EA is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192169234-
CMYK0.180.2800.08
HSL261.23º60.75%79.02%-
HSV(B)261.23º27.78%91.76%-
XYZ50.7845.5283.95-
YUV183.29156.62134.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.27%
GREEN value IS 169 (66.41% from 255) = 28.40%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=32.27%
G=28.40%
B=39.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921692340.180.2800.08261.2360.7579.02
HexC0A9EA121C081053d4f
Octal300251352223401040575117
Binary1100000010101001111010101001011100010001000001011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A9EA; }

 p { color: rgb(192,169,234); }

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

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

 a { background-color: rgb(192,169,234); }

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

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

 span { border-color: rgb(192,169,234); }

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