Html Css Color HEX #C985AA Lily

📋 copy color: '#C985AA'

red 201 ◦ green 133 ◦ blue 170

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

Shades of Lily #C985AA

Tints of Lily #C985AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 39.88%
G = 26.39%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C985AA (or 0xC985AA) is known color: Lily. HEX triplet: C9, 85 and AA. RGB value is (201,133,170). Sum of RGB (Red+Green+Blue) = 201+133+170=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C985AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C985AA is #367A55. Grayscale: #9D9D9D. Windows color (decimal): -3570262 or 11175369. OLE color: 11175369.

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

Color convert

RGB 201 133 170 -
CMYK 0 0.34 0.15 0.21
HSL 327.35º 0.39% 0.65% -
HSV(B) 327.35º 0.34% 0.79% -
XYZ 39.73 32.09 42.13 -
YUV 157.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 201 133 170 0 0.34 0.15 0.21 327.35 0.39 0.65
Hex C9 85 AA 0 22 F 15 147 27 41
Octal 311 205 252 0 42 17 25 507 47 101
Binary 11001001 10000101 10101010 0 100010 1111 10101 101000111 100111 1000001

Color Harmonies of #C985AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985AA

Black with #C985AA

Text Example


Text Example

White with #C985AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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