Html Css Color HEX #C485AD Lily

📋 copy color: '#C485AD'

red 196 ◦ green 133 ◦ blue 173

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

Shades of Lily #C485AD

Tints of Lily #C485AD

RGB

 RED value IS 196 (76.95% from 255) = 39.04%

 GREEN value IS 133 (52.34% from 255) = 26.49%

 BLUE value IS 173 (67.97% from 255) = 34.46%

R = 39.04%
G = 26.49%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C485AD (or 0xC485AD) is known color: Lily. HEX triplet: C4, 85 and AD. RGB value is (196,133,173). Sum of RGB (Red+Green+Blue) = 196+133+173=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C485AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C485AD is #3B7A52. Grayscale: #9C9C9C. Windows color (decimal): -3897939 or 11371972. OLE color: 11371972.

HSL color Cylindrical-coordinate representation of color #C485AD: hue angle of 321.9º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C485AD is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 173 -
CMYK 0 0.32 0.12 0.23
HSL 321.9º 0.35% 0.65% -
HSV(B) 321.9º 0.32% 0.77% -
XYZ 38.7 31.53 43.58 -
YUV 156.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 196 133 173 0 0.32 0.12 0.23 321.9 0.35 0.65
Hex C4 85 AD 0 20 C 17 142 23 41
Octal 304 205 255 0 40 14 27 502 43 101
Binary 11000100 10000101 10101101 0 100000 1100 10111 101000010 100011 1000001

Color Harmonies of #C485AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485AD

Black with #C485AD

Text Example


Text Example

White with #C485AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485AD; }

 p { color: rgb(196,133,173); }

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

background-color css

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

 a { background-color: rgb(196,133,173); }

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

border-color css

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

 span { border-color: rgb(196,133,173); }

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