#C485B5

Color #C485B5 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C485B5

Tints of Lily #C485B5

Color information

#C485B5 (or 0xC485B5) is unknown color: approx Lily. HEX triplet: C4, 85 and B5. RGB value is (196,133,181). Sum of RGB (Red+Green+Blue) = 196+133+181=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C485B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485B5 is #3B7A4A. Grayscale: #9D9D9D. Windows color (decimal): -3897931 or 11896260. OLE color: 11896260.

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

Color convert

RGB196133181-
CMYK00.320.080.23
HSL314.29º34.81%64.51%-
HSV(B)314.29º32.14%76.86%-
XYZ39.4931.8547.78-
YUV157.31141.37155.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.43%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=38.43%
G=26.08%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613318100.320.080.23314.2934.8164.51
HexC485B502081713a2341
Octal304205265040102747243101
Binary11000100100001011011010101000001000101111001110101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485B5; }

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

 H1.HeaderClassName
 {
   color: #C485B5;
 }
 .AnyTagClassName
 {
   color: #C485B5;
 }
</style>
background-color css

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

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

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

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

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

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