Html Css Color HEX #C986BC Lily

📋 copy color: '#C986BC'

red 201 ◦ green 134 ◦ blue 188

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

Shades of Lily #C986BC

Tints of Lily #C986BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.62%

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 38.43%
G = 25.62%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C986BC (or 0xC986BC) is known color: Lily. HEX triplet: C9, 86 and BC. RGB value is (201,134,188). Sum of RGB (Red+Green+Blue) = 201+134+188=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 201 - color contains mainly: red. Hex color #C986BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986BC is #367943. Grayscale: #A0A0A0. Windows color (decimal): -3569988 or 12355273. OLE color: 12355273.

HSL color Cylindrical-coordinate representation of color #C986BC: hue angle of 311.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C986BC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 134 188 -
CMYK 0 0.33 0.06 0.21
HSL 311.64º 0.38% 0.66% -
HSV(B) 311.64º 0.33% 0.79% -
XYZ 41.69 33.1 51.77 -
YUV 160.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 201 134 188 0 0.33 0.06 0.21 311.64 0.38 0.66
Hex C9 86 BC 0 21 6 15 138 26 42
Octal 311 206 274 0 41 6 25 470 46 102
Binary 11001001 10000110 10111100 0 100001 110 10101 100111000 100110 1000010

Color Harmonies of #C986BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986BC

Black with #C986BC

Text Example


Text Example

White with #C986BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986BC; }

 p { color: rgb(201,134,188); }

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

background-color css

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

 a { background-color: rgb(201,134,188); }

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

border-color css

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

 span { border-color: rgb(201,134,188); }

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