Html Css Color HEX #C982B6 Lily

📋 copy color: '#C982B6'

red 201 ◦ green 130 ◦ blue 182

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

Shades of Lily #C982B6

Tints of Lily #C982B6

RGB

 RED value IS 201 (78.91% from 255) = 39.18%

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

 BLUE value IS 182 (71.48% from 255) = 35.48%

R = 39.18%
G = 25.34%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C982B6 (or 0xC982B6) is known color: Lily. HEX triplet: C9, 82 and B6. RGB value is (201,130,182). Sum of RGB (Red+Green+Blue) = 201+130+182=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C982B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982B6 is #367D49. Grayscale: #9D9D9D. Windows color (decimal): -3571018 or 11961033. OLE color: 11961033.

HSL color Cylindrical-coordinate representation of color #C982B6: hue angle of 316.06º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C982B6 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 130 182 -
CMYK 0 0.35 0.09 0.21
HSL 316.06º 0.4% 0.65% -
HSV(B) 316.06º 0.35% 0.79% -
XYZ 40.51 31.76 48.25 -
YUV 157.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 201 130 182 0 0.35 0.09 0.21 316.06 0.4 0.65
Hex C9 82 B6 0 23 9 15 13C 28 41
Octal 311 202 266 0 43 11 25 474 50 101
Binary 11001001 10000010 10110110 0 100011 1001 10101 100111100 101000 1000001

Color Harmonies of #C982B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982B6

Black with #C982B6

Text Example


Text Example

White with #C982B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982B6; }

 p { color: rgb(201,130,182); }

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

background-color css

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

 a { background-color: rgb(201,130,182); }

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

border-color css

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

 span { border-color: rgb(201,130,182); }

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