Html Css Color HEX #C288AA Lily

📋 copy color: '#C288AA'

red 194 ◦ green 136 ◦ blue 170

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

Shades of Lily #C288AA

Tints of Lily #C288AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34%

R = 38.8%
G = 27.2%
B = 34%

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

#C288AA (or 0xC288AA) is known color: Lily. HEX triplet: C2, 88 and AA. RGB value is (194,136,170). Sum of RGB (Red+Green+Blue) = 194+136+170=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C288AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C288AA is #3D7755. Grayscale: #9D9D9D. Windows color (decimal): -4028246 or 11176130. OLE color: 11176130.

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

Color convert

RGB 194 136 170 -
CMYK 0 0.30 0.12 0.24
HSL 324.83º 0.32% 0.65% -
HSV(B) 324.83º 0.3% 0.76% -
XYZ 38.31 31.98 42.18 -
YUV 157.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 194 136 170 0 0.30 0.12 0.24 324.83 0.32 0.65
Hex C2 88 AA 0 1E C 18 145 20 41
Octal 302 210 252 0 36 14 30 505 40 101
Binary 11000010 10001000 10101010 0 11110 1100 11000 101000101 100000 1000001

Color Harmonies of #C288AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288AA

Black with #C288AA

Text Example


Text Example

White with #C288AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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