Html Css Color HEX #C086AD Lily

📋 copy color: '#C086AD'

red 192 ◦ green 134 ◦ blue 173

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

Shades of Lily #C086AD

Tints of Lily #C086AD

RGB

 RED value IS 192 (75.39% from 255) = 38.48%

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

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 38.48%
G = 26.85%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C086AD (or 0xC086AD) is known color: Lily. HEX triplet: C0, 86 and AD. RGB value is (192,134,173). Sum of RGB (Red+Green+Blue) = 192+134+173=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C086AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C086AD is #3F7952. Grayscale: #9B9B9B. Windows color (decimal): -4159827 or 11372224. OLE color: 11372224.

HSL color Cylindrical-coordinate representation of color #C086AD: hue angle of 319.66º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C086AD is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 173 -
CMYK 0 0.30 0.10 0.25
HSL 319.66º 0.32% 0.64% -
HSV(B) 319.66º 0.3% 0.75% -
XYZ 37.81 31.27 43.58 -
YUV 155.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 192 134 173 0 0.30 0.10 0.25 319.66 0.32 0.64
Hex C0 86 AD 0 1E A 19 140 20 40
Octal 300 206 255 0 36 12 31 500 40 100
Binary 11000000 10000110 10101101 0 11110 1010 11001 101000000 100000 1000000

Color Harmonies of #C086AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C086AD

Black with #C086AD

Text Example


Text Example

White with #C086AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C086AD; }

 p { color: rgb(192,134,173); }

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

background-color css

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

 a { background-color: rgb(192,134,173); }

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

border-color css

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

 span { border-color: rgb(192,134,173); }

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