Html Css Color HEX #C490B9 Lily

📋 copy color: '#C490B9'

red 196 ◦ green 144 ◦ blue 185

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

Shades of Lily #C490B9

Tints of Lily #C490B9

RGB

 RED value IS 196 (76.95% from 255) = 37.33%

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

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

R = 37.33%
G = 27.43%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C490B9 (or 0xC490B9) is known color: Lily. HEX triplet: C4, 90 and B9. RGB value is (196,144,185). Sum of RGB (Red+Green+Blue) = 196+144+185=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C490B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490B9 is #3B6F46. Grayscale: #A4A4A4. Windows color (decimal): -3895111 or 12161220. OLE color: 12161220.

HSL color Cylindrical-coordinate representation of color #C490B9: hue angle of 312.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C490B9 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 185 -
CMYK 0 0.27 0.06 0.23
HSL 312.69º 0.31% 0.67% -
HSV(B) 312.69º 0.27% 0.77% -
XYZ 41.5 35.19 50.5 -
YUV 164.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 196 144 185 0 0.27 0.06 0.23 312.69 0.31 0.67
Hex C4 90 B9 0 1B 6 17 139 1F 43
Octal 304 220 271 0 33 6 27 471 37 103
Binary 11000100 10010000 10111001 0 11011 110 10111 100111001 11111 1000011

Color Harmonies of #C490B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490B9

Black with #C490B9

Text Example


Text Example

White with #C490B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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