Html Css Color HEX #C288AB Lily

📋 copy color: '#C288AB'

red 194 ◦ green 136 ◦ blue 171

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

Shades of Lily #C288AB

Tints of Lily #C288AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.15%

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

R = 38.72%
G = 27.15%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C288AB (or 0xC288AB) is known color: Lily. HEX triplet: C2, 88 and AB. RGB value is (194,136,171). Sum of RGB (Red+Green+Blue) = 194+136+171=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C288AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C288AB is #3D7754. Grayscale: #9D9D9D. Windows color (decimal): -4028245 or 11241666. OLE color: 11241666.

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

Color convert

RGB 194 136 171 -
CMYK 0 0.30 0.12 0.24
HSL 323.79º 0.32% 0.65% -
HSV(B) 323.79º 0.3% 0.76% -
XYZ 38.4 32.02 42.68 -
YUV 157.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 194 136 171 0 0.30 0.12 0.24 323.79 0.32 0.65
Hex C2 88 AB 0 1E C 18 144 20 41
Octal 302 210 253 0 36 14 30 504 40 101
Binary 11000010 10001000 10101011 0 11110 1100 11000 101000100 100000 1000001

Color Harmonies of #C288AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288AB

Black with #C288AB

Text Example


Text Example

White with #C288AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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