Html Css Color HEX #C0A9DB Perfume

📋 copy color: '#C0A9DB'

red 192 ◦ green 169 ◦ blue 219

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

Shades of Perfume #C0A9DB

Tints of Perfume #C0A9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 33.1%
G = 29.14%
B = 37.76%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0A9DB (or 0xC0A9DB) is known color: Perfume. HEX triplet: C0, A9 and DB. RGB value is (192,169,219). Sum of RGB (Red+Green+Blue) = 192+169+219=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9DB is #3F5624. Grayscale: #B5B5B5. Windows color (decimal): -4150821 or 14395840. OLE color: 14395840.

HSL color Cylindrical-coordinate representation of color #C0A9DB: hue angle of 267.6º degrees, saturation: 0.41, 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 #C0A9DB is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 169 219 -
CMYK 0.12 0.23 0 0.14
HSL 267.6º 0.41% 0.76% -
HSV(B) 267.6º 0.23% 0.86% -
XYZ 48.71 44.7 73.08 -
YUV 181.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 192 169 219 0.12 0.23 0 0.14 267.6 0.41 0.76
Hex C0 A9 DB C 17 0 E 10C 29 4C
Octal 300 251 333 14 27 0 16 414 51 114
Binary 11000000 10101001 11011011 1100 10111 0 1110 100001100 101001 1001100

Color Harmonies of #C0A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A9DB

Black with #C0A9DB

Text Example


Text Example

White with #C0A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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