Html Css Color HEX #C0A9DC Perfume

📋 copy color: '#C0A9DC'

red 192 ◦ green 169 ◦ blue 220

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

Shades of Perfume #C0A9DC

Tints of Perfume #C0A9DC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.09%

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 33.05%
G = 29.09%
B = 37.87%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0A9DC (or 0xC0A9DC) is known color: Perfume. HEX triplet: C0, A9 and DC. RGB value is (192,169,220). Sum of RGB (Red+Green+Blue) = 192+169+220=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9DC is #3F5623. Grayscale: #B5B5B5. Windows color (decimal): -4150820 or 14461376. OLE color: 14461376.

HSL color Cylindrical-coordinate representation of color #C0A9DC: hue angle of 267.06º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0A9DC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 169 220 -
CMYK 0.13 0.23 0 0.14
HSL 267.06º 0.42% 0.76% -
HSV(B) 267.06º 0.23% 0.86% -
XYZ 48.84 44.75 73.77 -
YUV 181.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 192 169 220 0.13 0.23 0 0.14 267.06 0.42 0.76
Hex C0 A9 DC D 17 0 E 10B 2A 4C
Octal 300 251 334 15 27 0 16 413 52 114
Binary 11000000 10101001 11011100 1101 10111 0 1110 100001011 101010 1001100

Color Harmonies of #C0A9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A9DC

Black with #C0A9DC

Text Example


Text Example

White with #C0A9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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