Html Css Color HEX #C985B8 Lily

📋 copy color: '#C985B8'

red 201 ◦ green 133 ◦ blue 184

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

Shades of Lily #C985B8

Tints of Lily #C985B8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.68%

 BLUE value IS 184 (72.27% from 255) = 35.52%

R = 38.8%
G = 25.68%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C985B8 (or 0xC985B8) is known color: Lily. HEX triplet: C9, 85 and B8. RGB value is (201,133,184). Sum of RGB (Red+Green+Blue) = 201+133+184=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C985B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985B8 is #367A47. Grayscale: #9F9F9F. Windows color (decimal): -3570248 or 12092873. OLE color: 12092873.

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

Color convert

RGB 201 133 184 -
CMYK 0 0.34 0.08 0.21
HSL 315º 0.39% 0.65% -
HSV(B) 315º 0.34% 0.79% -
XYZ 41.13 32.65 49.48 -
YUV 159.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 201 133 184 0 0.34 0.08 0.21 315 0.39 0.65
Hex C9 85 B8 0 22 8 15 13B 27 41
Octal 311 205 270 0 42 10 25 473 47 101
Binary 11001001 10000101 10111000 0 100010 1000 10101 100111011 100111 1000001

Color Harmonies of #C985B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985B8

Black with #C985B8

Text Example


Text Example

White with #C985B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985B8; }

 p { color: rgb(201,133,184); }

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

background-color css

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

 a { background-color: rgb(201,133,184); }

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

border-color css

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

 span { border-color: rgb(201,133,184); }

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