Html Css Color HEX #C485AB Lily

📋 copy color: '#C485AB'

red 196 ◦ green 133 ◦ blue 171

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

Shades of Lily #C485AB

Tints of Lily #C485AB

RGB

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

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

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

R = 39.2%
G = 26.6%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C485AB (or 0xC485AB) is known color: Lily. HEX triplet: C4, 85 and AB. RGB value is (196,133,171). Sum of RGB (Red+Green+Blue) = 196+133+171=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C485AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C485AB is #3B7A54. Grayscale: #9C9C9C. Windows color (decimal): -3897941 or 11240900. OLE color: 11240900.

HSL color Cylindrical-coordinate representation of color #C485AB: hue angle of 323.81º 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 #C485AB is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 171 -
CMYK 0 0.32 0.13 0.23
HSL 323.81º 0.35% 0.65% -
HSV(B) 323.81º 0.32% 0.77% -
XYZ 38.5 31.45 42.57 -
YUV 156.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 196 133 171 0 0.32 0.13 0.23 323.81 0.35 0.65
Hex C4 85 AB 0 20 D 17 144 23 41
Octal 304 205 253 0 40 15 27 504 43 101
Binary 11000100 10000101 10101011 0 100000 1101 10111 101000100 100011 1000001

Color Harmonies of #C485AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485AB

Black with #C485AB

Text Example


Text Example

White with #C485AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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