Html Css Color HEX #C28AAC Lily

📋 copy color: '#C28AAC'

red 194 ◦ green 138 ◦ blue 172

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

Shades of Lily #C28AAC

Tints of Lily #C28AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.38%

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

R = 38.49%
G = 27.38%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C28AAC (or 0xC28AAC) is known color: Lily. HEX triplet: C2, 8A and AC. RGB value is (194,138,172). Sum of RGB (Red+Green+Blue) = 194+138+172=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28AAC is #3D7553. Grayscale: #9E9E9E. Windows color (decimal): -4027732 or 11307714. OLE color: 11307714.

HSL color Cylindrical-coordinate representation of color #C28AAC: hue angle of 323.57º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28AAC is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 138 172 -
CMYK 0 0.29 0.11 0.24
HSL 323.57º 0.31% 0.65% -
HSV(B) 323.57º 0.29% 0.76% -
XYZ 38.78 32.62 43.28 -
YUV 158.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 194 138 172 0 0.29 0.11 0.24 323.57 0.31 0.65
Hex C2 8A AC 0 1D B 18 144 1F 41
Octal 302 212 254 0 35 13 30 504 37 101
Binary 11000010 10001010 10101100 0 11101 1011 11000 101000100 11111 1000001

Color Harmonies of #C28AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28AAC

Black with #C28AAC

Text Example


Text Example

White with #C28AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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