Html Css Color HEX #C082AC Lily

📋 copy color: '#C082AC'

red 192 ◦ green 130 ◦ blue 172

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

Shades of Lily #C082AC

Tints of Lily #C082AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.32%

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

R = 38.87%
G = 26.32%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C082AC (or 0xC082AC) is known color: Lily. HEX triplet: C0, 82 and AC. RGB value is (192,130,172). Sum of RGB (Red+Green+Blue) = 192+130+172=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C082AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C082AC is #3F7D53. Grayscale: #999999. Windows color (decimal): -4160852 or 11305664. OLE color: 11305664.

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

Color convert

RGB 192 130 172 -
CMYK 0 0.32 0.10 0.25
HSL 319.35º 0.33% 0.63% -
HSV(B) 319.35º 0.32% 0.75% -
XYZ 37.17 30.15 42.89 -
YUV 153.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 192 130 172 0 0.32 0.10 0.25 319.35 0.33 0.63
Hex C0 82 AC 0 20 A 19 13F 21 3F
Octal 300 202 254 0 40 12 31 477 41 77
Binary 11000000 10000010 10101100 0 100000 1010 11001 100111111 100001 111111

Color Harmonies of #C082AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082AC

Black with #C082AC

Text Example


Text Example

White with #C082AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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