Html Css Color HEX #C28DAA Lily

📋 copy color: '#C28DAA'

red 194 ◦ green 141 ◦ blue 170

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

Shades of Lily #C28DAA

Tints of Lily #C28DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.92%

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 38.42%
G = 27.92%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C28DAA (or 0xC28DAA) is known color: Lily. HEX triplet: C2, 8D and AA. RGB value is (194,141,170). Sum of RGB (Red+Green+Blue) = 194+141+170=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28DAA is #3D7255. Grayscale: #A0A0A0. Windows color (decimal): -4026966 or 11177410. OLE color: 11177410.

HSL color Cylindrical-coordinate representation of color #C28DAA: hue angle of 327.17º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28DAA is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 141 170 -
CMYK 0 0.27 0.12 0.24
HSL 327.17º 0.3% 0.66% -
HSV(B) 327.17º 0.27% 0.76% -
XYZ 39.03 33.42 42.42 -
YUV 160.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 194 141 170 0 0.27 0.12 0.24 327.17 0.3 0.66
Hex C2 8D AA 0 1B C 18 147 1E 42
Octal 302 215 252 0 33 14 30 507 36 102
Binary 11000010 10001101 10101010 0 11011 1100 11000 101000111 11110 1000010

Color Harmonies of #C28DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DAA

Black with #C28DAA

Text Example


Text Example

White with #C28DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DAA; }

 p { color: rgb(194,141,170); }

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

background-color css

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

 a { background-color: rgb(194,141,170); }

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

border-color css

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

 span { border-color: rgb(194,141,170); }

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