Html Css Color HEX #C0A6EF Perfume

📋 copy color: '#C0A6EF'

red 192 ◦ green 166 ◦ blue 239

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

Shades of Perfume #C0A6EF

Tints of Perfume #C0A6EF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.81%

 BLUE value IS 239 (93.75% from 255) = 40.03%

R = 32.16%
G = 27.81%
B = 40.03%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0A6EF (or 0xC0A6EF) is known color: Perfume. HEX triplet: C0, A6 and EF. RGB value is (192,166,239). Sum of RGB (Red+Green+Blue) = 192+166+239=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0A6EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A6EF is #3F5910. Grayscale: #B5B5B5. Windows color (decimal): -4151569 or 15705792. OLE color: 15705792.

HSL color Cylindrical-coordinate representation of color #C0A6EF: hue angle of 261.37º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0A6EF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 166 239 -
CMYK 0.20 0.31 0 0.06
HSL 261.37º 0.7% 0.79% -
HSV(B) 261.37º 0.31% 0.94% -
XYZ 50.95 44.71 87.61 -
YUV 182.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 192 166 239 0.20 0.31 0 0.06 261.37 0.7 0.79
Hex C0 A6 EF 14 1F 0 6 105 46 4F
Octal 300 246 357 24 37 0 6 405 106 117
Binary 11000000 10100110 11101111 10100 11111 0 110 100000101 1000110 1001111

Color Harmonies of #C0A6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A6EF

Black with #C0A6EF

Text Example


Text Example

White with #C0A6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A6EF; }

 p { color: rgb(192,166,239); }

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

background-color css

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

 a { background-color: rgb(192,166,239); }

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

border-color css

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

 span { border-color: rgb(192,166,239); }

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