Html Css Color HEX #C585AC Lily

📋 copy color: '#C585AC'

red 197 ◦ green 133 ◦ blue 172

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

Shades of Lily #C585AC

Tints of Lily #C585AC

RGB

 RED value IS 197 (77.34% from 255) = 39.24%

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

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 39.24%
G = 26.49%
B = 34.26%

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

#C585AC (or 0xC585AC) is known color: Lily. HEX triplet: C5, 85 and AC. RGB value is (197,133,172). Sum of RGB (Red+Green+Blue) = 197+133+172=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C585AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C585AC is #3A7A53. Grayscale: #9C9C9C. Windows color (decimal): -3832404 or 11306437. OLE color: 11306437.

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

Color convert

RGB 197 133 172 -
CMYK 0 0.32 0.13 0.23
HSL 323.44º 0.36% 0.65% -
HSV(B) 323.44º 0.32% 0.77% -
XYZ 38.86 31.62 43.09 -
YUV 156.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 197 133 172 0 0.32 0.13 0.23 323.44 0.36 0.65
Hex C5 85 AC 0 20 D 17 143 24 41
Octal 305 205 254 0 40 15 27 503 44 101
Binary 11000101 10000101 10101100 0 100000 1101 10111 101000011 100100 1000001

Color Harmonies of #C585AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585AC

Black with #C585AC

Text Example


Text Example

White with #C585AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585AC; }

 p { color: rgb(197,133,172); }

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

background-color css

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

 a { background-color: rgb(197,133,172); }

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

border-color css

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

 span { border-color: rgb(197,133,172); }

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