Html Css Color HEX #C290B0 Lily

📋 copy color: '#C290B0'

red 194 ◦ green 144 ◦ blue 176

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

Shades of Lily #C290B0

Tints of Lily #C290B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.24%

R = 37.74%
G = 28.02%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C290B0 (or 0xC290B0) is known color: Lily. HEX triplet: C2, 90 and B0. RGB value is (194,144,176). Sum of RGB (Red+Green+Blue) = 194+144+176=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C290B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290B0 is #3D6F4F. Grayscale: #A2A2A2. Windows color (decimal): -4026192 or 11571394. OLE color: 11571394.

HSL color Cylindrical-coordinate representation of color #C290B0: hue angle of 321.6º 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 #C290B0 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 144 176 -
CMYK 0 0.26 0.09 0.24
HSL 321.6º 0.29% 0.66% -
HSV(B) 321.6º 0.26% 0.76% -
XYZ 40.06 34.55 45.63 -
YUV 162.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 194 144 176 0 0.26 0.09 0.24 321.6 0.29 0.66
Hex C2 90 B0 0 1A 9 18 142 1D 42
Octal 302 220 260 0 32 11 30 502 35 102
Binary 11000010 10010000 10110000 0 11010 1001 11000 101000010 11101 1000010

Color Harmonies of #C290B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290B0

Black with #C290B0

Text Example


Text Example

White with #C290B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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