Html Css Color HEX #C086AE Lily

📋 copy color: '#C086AE'

red 192 ◦ green 134 ◦ blue 174

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

Shades of Lily #C086AE

Tints of Lily #C086AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 38.4%
G = 26.8%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C086AE (or 0xC086AE) is known color: Lily. HEX triplet: C0, 86 and AE. RGB value is (192,134,174). Sum of RGB (Red+Green+Blue) = 192+134+174=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C086AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C086AE is #3F7951. Grayscale: #9B9B9B. Windows color (decimal): -4159826 or 11437760. OLE color: 11437760.

HSL color Cylindrical-coordinate representation of color #C086AE: hue angle of 318.62º 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 #C086AE is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 174 -
CMYK 0 0.30 0.09 0.25
HSL 318.62º 0.32% 0.64% -
HSV(B) 318.62º 0.3% 0.75% -
XYZ 37.9 31.31 44.09 -
YUV 155.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 192 134 174 0 0.30 0.09 0.25 318.62 0.32 0.64
Hex C0 86 AE 0 1E 9 19 13F 20 40
Octal 300 206 256 0 36 11 31 477 40 100
Binary 11000000 10000110 10101110 0 11110 1001 11001 100111111 100000 1000000

Color Harmonies of #C086AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C086AE

Black with #C086AE

Text Example


Text Example

White with #C086AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C086AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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