Html Css Color HEX #C28EAC Lily

📋 copy color: '#C28EAC'

red 194 ◦ green 142 ◦ blue 172

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

Shades of Lily #C28EAC

Tints of Lily #C28EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.95%

 BLUE value IS 172 (67.58% from 255) = 33.86%

R = 38.19%
G = 27.95%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C28EAC (or 0xC28EAC) is known color: Lily. HEX triplet: C2, 8E and AC. RGB value is (194,142,172). Sum of RGB (Red+Green+Blue) = 194+142+172=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EAC is #3D7153. Grayscale: #A0A0A0. Windows color (decimal): -4026708 or 11308738. OLE color: 11308738.

HSL color Cylindrical-coordinate representation of color #C28EAC: hue angle of 325.38º 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 #C28EAC is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 142 172 -
CMYK 0 0.27 0.11 0.24
HSL 325.38º 0.3% 0.66% -
HSV(B) 325.38º 0.27% 0.76% -
XYZ 39.37 33.79 43.48 -
YUV 160.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 194 142 172 0 0.27 0.11 0.24 325.38 0.3 0.66
Hex C2 8E AC 0 1B B 18 145 1E 42
Octal 302 216 254 0 33 13 30 505 36 102
Binary 11000010 10001110 10101100 0 11011 1011 11000 101000101 11110 1000010

Color Harmonies of #C28EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EAC

Black with #C28EAC

Text Example


Text Example

White with #C28EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EAC; }

 p { color: rgb(194,142,172); }

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

background-color css

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

 a { background-color: rgb(194,142,172); }

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

border-color css

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

 span { border-color: rgb(194,142,172); }

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