Html Css Color HEX #C985B3 Lily

📋 copy color: '#C985B3'

red 201 ◦ green 133 ◦ blue 179

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

Shades of Lily #C985B3

Tints of Lily #C985B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.89%

R = 39.18%
G = 25.93%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C985B3 (or 0xC985B3) is known color: Lily. HEX triplet: C9, 85 and B3. RGB value is (201,133,179). Sum of RGB (Red+Green+Blue) = 201+133+179=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C985B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985B3 is #367A4C. Grayscale: #9E9E9E. Windows color (decimal): -3570253 or 11765193. OLE color: 11765193.

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

Color convert

RGB 201 133 179 -
CMYK 0 0.34 0.11 0.21
HSL 319.41º 0.39% 0.65% -
HSV(B) 319.41º 0.34% 0.79% -
XYZ 40.61 32.45 46.77 -
YUV 158.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 201 133 179 0 0.34 0.11 0.21 319.41 0.39 0.65
Hex C9 85 B3 0 22 B 15 13F 27 41
Octal 311 205 263 0 42 13 25 477 47 101
Binary 11001001 10000101 10110011 0 100010 1011 10101 100111111 100111 1000001

Color Harmonies of #C985B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985B3

Black with #C985B3

Text Example


Text Example

White with #C985B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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