Html Css Color HEX #C485B0 Lily

📋 copy color: '#C485B0'

red 196 ◦ green 133 ◦ blue 176

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

Shades of Lily #C485B0

Tints of Lily #C485B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 38.81%
G = 26.34%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C485B0 (or 0xC485B0) is known color: Lily. HEX triplet: C4, 85 and B0. RGB value is (196,133,176). Sum of RGB (Red+Green+Blue) = 196+133+176=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C485B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C485B0 is #3B7A4F. Grayscale: #9C9C9C. Windows color (decimal): -3897936 or 11568580. OLE color: 11568580.

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

Color convert

RGB 196 133 176 -
CMYK 0 0.32 0.10 0.23
HSL 319.05º 0.35% 0.65% -
HSV(B) 319.05º 0.32% 0.77% -
XYZ 38.99 31.65 45.13 -
YUV 156.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 196 133 176 0 0.32 0.10 0.23 319.05 0.35 0.65
Hex C4 85 B0 0 20 A 17 13F 23 41
Octal 304 205 260 0 40 12 27 477 43 101
Binary 11000100 10000101 10110000 0 100000 1010 10111 100111111 100011 1000001

Color Harmonies of #C485B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485B0

Black with #C485B0

Text Example


Text Example

White with #C485B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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