Html Css Color HEX #C290A8 Lily

📋 copy color: '#C290A8'

red 194 ◦ green 144 ◦ blue 168

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

Shades of Lily #C290A8

Tints of Lily #C290A8

RGB

 RED value IS 194 (76.17% from 255) = 38.34%

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

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 38.34%
G = 28.46%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C290A8 (or 0xC290A8) is known color: Lily. HEX triplet: C2, 90 and A8. RGB value is (194,144,168). Sum of RGB (Red+Green+Blue) = 194+144+168=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C290A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290A8 is #3D6F57. Grayscale: #A1A1A1. Windows color (decimal): -4026200 or 11047106. OLE color: 11047106.

HSL color Cylindrical-coordinate representation of color #C290A8: hue angle of 331.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C290A8 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 144 168 -
CMYK 0 0.26 0.13 0.24
HSL 331.2º 0.29% 0.66% -
HSV(B) 331.2º 0.26% 0.76% -
XYZ 39.29 34.24 41.58 -
YUV 161.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 194 144 168 0 0.26 0.13 0.24 331.2 0.29 0.66
Hex C2 90 A8 0 1A D 18 14B 1D 42
Octal 302 220 250 0 32 15 30 513 35 102
Binary 11000010 10010000 10101000 0 11010 1101 11000 101001011 11101 1000010

Color Harmonies of #C290A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290A8

Black with #C290A8

Text Example


Text Example

White with #C290A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290A8; }

 p { color: rgb(194,144,168); }

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

background-color css

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

 a { background-color: rgb(194,144,168); }

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

border-color css

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

 span { border-color: rgb(194,144,168); }

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