Html Css Color HEX #C085AC Lily

📋 copy color: '#C085AC'

red 192 ◦ green 133 ◦ blue 172

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

Shades of Lily #C085AC

Tints of Lily #C085AC

RGB

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

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

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

R = 38.63%
G = 26.76%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C085AC (or 0xC085AC) is known color: Lily. HEX triplet: C0, 85 and AC. RGB value is (192,133,172). Sum of RGB (Red+Green+Blue) = 192+133+172=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C085AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C085AC is #3F7A53. Grayscale: #9A9A9A. Windows color (decimal): -4160084 or 11306432. OLE color: 11306432.

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

Color convert

RGB 192 133 172 -
CMYK 0 0.31 0.10 0.25
HSL 320.34º 0.32% 0.64% -
HSV(B) 320.34º 0.31% 0.75% -
XYZ 37.57 30.96 43.03 -
YUV 155.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 192 133 172 0 0.31 0.10 0.25 320.34 0.32 0.64
Hex C0 85 AC 0 1F A 19 140 20 40
Octal 300 205 254 0 37 12 31 500 40 100
Binary 11000000 10000101 10101100 0 11111 1010 11001 101000000 100000 1000000

Color Harmonies of #C085AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085AC

Black with #C085AC

Text Example


Text Example

White with #C085AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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