Html Css Color HEX #C082AB Lily

📋 copy color: '#C082AB'

red 192 ◦ green 130 ◦ blue 171

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

Shades of Lily #C082AB

Tints of Lily #C082AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 38.95%
G = 26.37%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C082AB (or 0xC082AB) is known color: Lily. HEX triplet: C0, 82 and AB. RGB value is (192,130,171). Sum of RGB (Red+Green+Blue) = 192+130+171=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C082AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C082AB is #3F7D54. Grayscale: #999999. Windows color (decimal): -4160853 or 11240128. OLE color: 11240128.

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

Color convert

RGB 192 130 171 -
CMYK 0 0.32 0.11 0.25
HSL 320.32º 0.33% 0.63% -
HSV(B) 320.32º 0.32% 0.75% -
XYZ 37.07 30.11 42.39 -
YUV 153.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 192 130 171 0 0.32 0.11 0.25 320.32 0.33 0.63
Hex C0 82 AB 0 20 B 19 140 21 3F
Octal 300 202 253 0 40 13 31 500 41 77
Binary 11000000 10000010 10101011 0 100000 1011 11001 101000000 100001 111111

Color Harmonies of #C082AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082AB

Black with #C082AB

Text Example


Text Example

White with #C082AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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