Html Css Color HEX #C586AF Lily

📋 copy color: '#C586AF'

red 197 ◦ green 134 ◦ blue 175

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

Shades of Lily #C586AF

Tints of Lily #C586AF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.48%

 BLUE value IS 175 (68.75% from 255) = 34.58%

R = 38.93%
G = 26.48%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C586AF (or 0xC586AF) is known color: Lily. HEX triplet: C5, 86 and AF. RGB value is (197,134,175). Sum of RGB (Red+Green+Blue) = 197+134+175=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C586AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C586AF is #3A7950. Grayscale: #9D9D9D. Windows color (decimal): -3832145 or 11503301. OLE color: 11503301.

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

Color convert

RGB 197 134 175 -
CMYK 0 0.32 0.11 0.23
HSL 320.95º 0.35% 0.65% -
HSV(B) 320.95º 0.32% 0.77% -
XYZ 39.29 32.02 44.67 -
YUV 157.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 197 134 175 0 0.32 0.11 0.23 320.95 0.35 0.65
Hex C5 86 AF 0 20 B 17 141 23 41
Octal 305 206 257 0 40 13 27 501 43 101
Binary 11000101 10000110 10101111 0 100000 1011 10111 101000001 100011 1000001

Color Harmonies of #C586AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C586AF

Black with #C586AF

Text Example


Text Example

White with #C586AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C586AF; }

 p { color: rgb(197,134,175); }

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

background-color css

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

 a { background-color: rgb(197,134,175); }

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

border-color css

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

 span { border-color: rgb(197,134,175); }

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