Html Css Color HEX #C284AA Lily

📋 copy color: '#C284AA'

red 194 ◦ green 132 ◦ blue 170

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

Shades of Lily #C284AA

Tints of Lily #C284AA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.61%

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

R = 39.11%
G = 26.61%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C284AA (or 0xC284AA) is known color: Lily. HEX triplet: C2, 84 and AA. RGB value is (194,132,170). Sum of RGB (Red+Green+Blue) = 194+132+170=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C284AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C284AA is #3D7B55. Grayscale: #9A9A9A. Windows color (decimal): -4029270 or 11175106. OLE color: 11175106.

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

Color convert

RGB 194 132 170 -
CMYK 0 0.32 0.12 0.24
HSL 323.23º 0.34% 0.64% -
HSV(B) 323.23º 0.32% 0.76% -
XYZ 37.76 30.87 42 -
YUV 154.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 194 132 170 0 0.32 0.12 0.24 323.23 0.34 0.64
Hex C2 84 AA 0 20 C 18 143 22 40
Octal 302 204 252 0 40 14 30 503 42 100
Binary 11000010 10000100 10101010 0 100000 1100 11000 101000011 100010 1000000

Color Harmonies of #C284AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C284AA

Black with #C284AA

Text Example


Text Example

White with #C284AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C284AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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