Html Css Color HEX #C0AAE9 Perfume

📋 copy color: '#C0AAE9'

red 192 ◦ green 170 ◦ blue 233

#C0AAE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C0AAE9

Tints of Perfume #C0AAE9

RGB

 RED value IS 192 (75.39% from 255) = 32.27%

 GREEN value IS 170 (66.8% from 255) = 28.57%

 BLUE value IS 233 (91.41% from 255) = 39.16%

R = 32.27%
G = 28.57%
B = 39.16%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C0AAE9 (or 0xC0AAE9) is known color: Perfume. HEX triplet: C0, AA and E9. RGB value is (192,170,233). Sum of RGB (Red+Green+Blue) = 192+170+233=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0AAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAE9 is #3F5516. Grayscale: #B7B7B7. Windows color (decimal): -4150551 or 15313600. OLE color: 15313600.

HSL color Cylindrical-coordinate representation of color #C0AAE9: hue angle of 260.95º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0AAE9 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 170 233 -
CMYK 0.18 0.27 0 0.09
HSL 260.95º 0.59% 0.79% -
HSV(B) 260.95º 0.27% 0.91% -
XYZ 50.82 45.84 83.26 -
YUV 183.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 192 170 233 0.18 0.27 0 0.09 260.95 0.59 0.79
Hex C0 AA E9 12 1B 0 9 105 3B 4F
Octal 300 252 351 22 33 0 11 405 73 117
Binary 11000000 10101010 11101001 10010 11011 0 1001 100000101 111011 1001111

Color Harmonies of #C0AAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAE9

Black with #C0AAE9

Text Example


Text Example

White with #C0AAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAE9; }

 p { color: rgb(192,170,233); }

 H1.HeaderClassName
 {
   color: #C0AAE9;
 }
 .AnyTagClassName
 {
   color: #C0AAE9;
 }
</style>

background-color css

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

 a { background-color: rgb(192,170,233); }

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

border-color css

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

 span { border-color: rgb(192,170,233); }

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