Html Css Color HEX #C983B6 Lily

📋 copy color: '#C983B6'

red 201 ◦ green 131 ◦ blue 182

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

Shades of Lily #C983B6

Tints of Lily #C983B6

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.49%

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

R = 39.11%
G = 25.49%
B = 35.41%

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

#C983B6 (or 0xC983B6) is known color: Lily. HEX triplet: C9, 83 and B6. RGB value is (201,131,182). Sum of RGB (Red+Green+Blue) = 201+131+182=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C983B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983B6 is #367C49. Grayscale: #9D9D9D. Windows color (decimal): -3570762 or 11961289. OLE color: 11961289.

HSL color Cylindrical-coordinate representation of color #C983B6: hue angle of 316.29º degrees, saturation: 0.39, 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 #C983B6 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 131 182 -
CMYK 0 0.35 0.09 0.21
HSL 316.29º 0.39% 0.65% -
HSV(B) 316.29º 0.35% 0.79% -
XYZ 40.65 32.03 48.3 -
YUV 157.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 201 131 182 0 0.35 0.09 0.21 316.29 0.39 0.65
Hex C9 83 B6 0 23 9 15 13C 27 41
Octal 311 203 266 0 43 11 25 474 47 101
Binary 11001001 10000011 10110110 0 100011 1001 10101 100111100 100111 1000001

Color Harmonies of #C983B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983B6

Black with #C983B6

Text Example


Text Example

White with #C983B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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