Html Css Color HEX #C288AE Lily

📋 copy color: '#C288AE'

red 194 ◦ green 136 ◦ blue 174

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

Shades of Lily #C288AE

Tints of Lily #C288AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.52%

R = 38.49%
G = 26.98%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C288AE (or 0xC288AE) is known color: Lily. HEX triplet: C2, 88 and AE. RGB value is (194,136,174). Sum of RGB (Red+Green+Blue) = 194+136+174=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C288AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C288AE is #3D7751. Grayscale: #9D9D9D. Windows color (decimal): -4028242 or 11438274. OLE color: 11438274.

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

Color convert

RGB 194 136 174 -
CMYK 0 0.30 0.10 0.24
HSL 320.69º 0.32% 0.65% -
HSV(B) 320.69º 0.3% 0.76% -
XYZ 38.69 32.13 44.21 -
YUV 157.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 194 136 174 0 0.30 0.10 0.24 320.69 0.32 0.65
Hex C2 88 AE 0 1E A 18 141 20 41
Octal 302 210 256 0 36 12 30 501 40 101
Binary 11000010 10001000 10101110 0 11110 1010 11000 101000001 100000 1000001

Color Harmonies of #C288AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288AE

Black with #C288AE

Text Example


Text Example

White with #C288AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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