Html Css Color HEX #C990B9 Lily

📋 copy color: '#C990B9'

red 201 ◦ green 144 ◦ blue 185

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

Shades of Lily #C990B9

Tints of Lily #C990B9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.17%

 BLUE value IS 185 (72.66% from 255) = 34.91%

R = 37.92%
G = 27.17%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C990B9 (or 0xC990B9) is known color: Lily. HEX triplet: C9, 90 and B9. RGB value is (201,144,185). Sum of RGB (Red+Green+Blue) = 201+144+185=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C990B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990B9 is #366F46. Grayscale: #A5A5A5. Windows color (decimal): -3567431 or 12161225. OLE color: 12161225.

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

Color convert

RGB 201 144 185 -
CMYK 0 0.28 0.08 0.21
HSL 316.84º 0.35% 0.68% -
HSV(B) 316.84º 0.28% 0.79% -
XYZ 42.82 35.87 50.57 -
YUV 165.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 201 144 185 0 0.28 0.08 0.21 316.84 0.35 0.68
Hex C9 90 B9 0 1C 8 15 13D 23 44
Octal 311 220 271 0 34 10 25 475 43 104
Binary 11001001 10010000 10111001 0 11100 1000 10101 100111101 100011 1000100

Color Harmonies of #C990B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990B9

Black with #C990B9

Text Example


Text Example

White with #C990B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990B9; }

 p { color: rgb(201,144,185); }

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

background-color css

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

 a { background-color: rgb(201,144,185); }

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

border-color css

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

 span { border-color: rgb(201,144,185); }

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