Html Css Color HEX #C28EAB Lily

📋 copy color: '#C28EAB'

red 194 ◦ green 142 ◦ blue 171

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

Shades of Lily #C28EAB

Tints of Lily #C28EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 38.26%
G = 28.01%
B = 33.73%

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

#C28EAB (or 0xC28EAB) is known color: Lily. HEX triplet: C2, 8E and AB. RGB value is (194,142,171). Sum of RGB (Red+Green+Blue) = 194+142+171=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EAB is #3D7154. Grayscale: #A0A0A0. Windows color (decimal): -4026709 or 11243202. OLE color: 11243202.

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

Color convert

RGB 194 142 171 -
CMYK 0 0.27 0.12 0.24
HSL 326.54º 0.3% 0.66% -
HSV(B) 326.54º 0.27% 0.76% -
XYZ 39.27 33.76 42.97 -
YUV 160.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 194 142 171 0 0.27 0.12 0.24 326.54 0.3 0.66
Hex C2 8E AB 0 1B C 18 147 1E 42
Octal 302 216 253 0 33 14 30 507 36 102
Binary 11000010 10001110 10101011 0 11011 1100 11000 101000111 11110 1000010

Color Harmonies of #C28EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EAB

Black with #C28EAB

Text Example


Text Example

White with #C28EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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