Html Css Color HEX #C28BAC Lily

📋 copy color: '#C28BAC'

red 194 ◦ green 139 ◦ blue 172

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

Shades of Lily #C28BAC

Tints of Lily #C28BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.52%

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

R = 38.42%
G = 27.52%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C28BAC (or 0xC28BAC) is known color: Lily. HEX triplet: C2, 8B and AC. RGB value is (194,139,172). Sum of RGB (Red+Green+Blue) = 194+139+172=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28BAC is #3D7453. Grayscale: #9F9F9F. Windows color (decimal): -4027476 or 11307970. OLE color: 11307970.

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

Color convert

RGB 194 139 172 -
CMYK 0 0.28 0.11 0.24
HSL 324º 0.31% 0.65% -
HSV(B) 324º 0.28% 0.76% -
XYZ 38.93 32.91 43.33 -
YUV 159.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 194 139 172 0 0.28 0.11 0.24 324 0.31 0.65
Hex C2 8B AC 0 1C B 18 144 1F 41
Octal 302 213 254 0 34 13 30 504 37 101
Binary 11000010 10001011 10101100 0 11100 1011 11000 101000100 11111 1000001

Color Harmonies of #C28BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28BAC

Black with #C28BAC

Text Example


Text Example

White with #C28BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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