Html Css Color HEX #C0A8DB Perfume

📋 copy color: '#C0A8DB'

red 192 ◦ green 168 ◦ blue 219

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

Shades of Perfume #C0A8DB

Tints of Perfume #C0A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.02%

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

R = 33.16%
G = 29.02%
B = 37.82%

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

#C0A8DB (or 0xC0A8DB) is known color: Perfume. HEX triplet: C0, A8 and DB. RGB value is (192,168,219). Sum of RGB (Red+Green+Blue) = 192+168+219=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8DB is #3F5724. Grayscale: #B4B4B4. Windows color (decimal): -4151077 or 14395584. OLE color: 14395584.

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

Color convert

RGB 192 168 219 -
CMYK 0.12 0.23 0 0.14
HSL 268.24º 0.41% 0.76% -
HSV(B) 268.24º 0.23% 0.86% -
XYZ 48.53 44.33 73.02 -
YUV 180.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 192 168 219 0.12 0.23 0 0.14 268.24 0.41 0.76
Hex C0 A8 DB C 17 0 E 10C 29 4C
Octal 300 250 333 14 27 0 16 414 51 114
Binary 11000000 10101000 11011011 1100 10111 0 1110 100001100 101001 1001100

Color Harmonies of #C0A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A8DB

Black with #C0A8DB

Text Example


Text Example

White with #C0A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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