Html Css Color HEX #C0A6DA Perfume

📋 copy color: '#C0A6DA'

red 192 ◦ green 166 ◦ blue 218

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

Shades of Perfume #C0A6DA

Tints of Perfume #C0A6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 33.33%
G = 28.82%
B = 37.85%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0A6DA (or 0xC0A6DA) is known color: Perfume. HEX triplet: C0, A6 and DA. RGB value is (192,166,218). Sum of RGB (Red+Green+Blue) = 192+166+218=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0A6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A6DA is #3F5925. Grayscale: #B3B3B3. Windows color (decimal): -4151590 or 14329536. OLE color: 14329536.

HSL color Cylindrical-coordinate representation of color #C0A6DA: hue angle of 270º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A6DA is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 166 218 -
CMYK 0.12 0.24 0 0.15
HSL 270º 0.41% 0.75% -
HSV(B) 270º 0.24% 0.85% -
XYZ 48.03 43.54 72.2 -
YUV 179.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 192 166 218 0.12 0.24 0 0.15 270 0.41 0.75
Hex C0 A6 DA C 18 0 F 10E 29 4B
Octal 300 246 332 14 30 0 17 416 51 113
Binary 11000000 10100110 11011010 1100 11000 0 1111 100001110 101001 1001011

Color Harmonies of #C0A6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A6DA

Black with #C0A6DA

Text Example


Text Example

White with #C0A6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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