Html Css Color HEX #C2A0DB Perfume

📋 copy color: '#C2A0DB'

red 194 ◦ green 160 ◦ blue 219

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

Shades of Perfume #C2A0DB

Tints of Perfume #C2A0DB

RGB

 RED value IS 194 (76.17% from 255) = 33.86%

 GREEN value IS 160 (62.89% from 255) = 27.92%

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

R = 33.86%
G = 27.92%
B = 38.22%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2A0DB (or 0xC2A0DB) is known color: Perfume. HEX triplet: C2, A0 and DB. RGB value is (194,160,219). Sum of RGB (Red+Green+Blue) = 194+160+219=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0DB is #3D5F24. Grayscale: #B0B0B0. Windows color (decimal): -4022053 or 14393538. OLE color: 14393538.

HSL color Cylindrical-coordinate representation of color #C2A0DB: hue angle of 274.58º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2A0DB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 160 219 -
CMYK 0.11 0.27 0 0.14
HSL 274.58º 0.45% 0.74% -
HSV(B) 274.58º 0.27% 0.86% -
XYZ 47.61 41.73 72.56 -
YUV 176.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 194 160 219 0.11 0.27 0 0.14 274.58 0.45 0.74
Hex C2 A0 DB B 1B 0 E 113 2D 4A
Octal 302 240 333 13 33 0 16 423 55 112
Binary 11000010 10100000 11011011 1011 11011 0 1110 100010011 101101 1001010

Color Harmonies of #C2A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A0DB

Black with #C2A0DB

Text Example


Text Example

White with #C2A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A0DB; }

 p { color: rgb(194,160,219); }

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

background-color css

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

 a { background-color: rgb(194,160,219); }

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

border-color css

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

 span { border-color: rgb(194,160,219); }

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