Html Css Color HEX #C983BA Lily

📋 copy color: '#C983BA'

red 201 ◦ green 131 ◦ blue 186

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

Shades of Lily #C983BA

Tints of Lily #C983BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 38.8%
G = 25.29%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C983BA (or 0xC983BA) is known color: Lily. HEX triplet: C9, 83 and BA. RGB value is (201,131,186). Sum of RGB (Red+Green+Blue) = 201+131+186=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C983BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983BA is #367C45. Grayscale: #9E9E9E. Windows color (decimal): -3570758 or 12223433. OLE color: 12223433.

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

Color convert

RGB 201 131 186 -
CMYK 0 0.35 0.07 0.21
HSL 312.86º 0.39% 0.65% -
HSV(B) 312.86º 0.35% 0.79% -
XYZ 41.07 32.2 50.5 -
YUV 158.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 201 131 186 0 0.35 0.07 0.21 312.86 0.39 0.65
Hex C9 83 BA 0 23 7 15 139 27 41
Octal 311 203 272 0 43 7 25 471 47 101
Binary 11001001 10000011 10111010 0 100011 111 10101 100111001 100111 1000001

Color Harmonies of #C983BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983BA

Black with #C983BA

Text Example


Text Example

White with #C983BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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