Html Css Color HEX #C190B6 Lily

📋 copy color: '#C190B6'

red 193 ◦ green 144 ◦ blue 182

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

Shades of Lily #C190B6

Tints of Lily #C190B6

RGB

 RED value IS 193 (75.78% from 255) = 37.19%

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

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 37.19%
G = 27.75%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C190B6 (or 0xC190B6) is known color: Lily. HEX triplet: C1, 90 and B6. RGB value is (193,144,182). Sum of RGB (Red+Green+Blue) = 193+144+182=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C190B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190B6 is #3E6F49. Grayscale: #A2A2A2. Windows color (decimal): -4091722 or 11964609. OLE color: 11964609.

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

Color convert

RGB 193 144 182 -
CMYK 0 0.25 0.06 0.24
HSL 313.47º 0.28% 0.66% -
HSV(B) 313.47º 0.25% 0.76% -
XYZ 40.41 34.66 48.82 -
YUV 162.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 193 144 182 0 0.25 0.06 0.24 313.47 0.28 0.66
Hex C1 90 B6 0 19 6 18 139 1C 42
Octal 301 220 266 0 31 6 30 471 34 102
Binary 11000001 10010000 10110110 0 11001 110 11000 100111001 11100 1000010

Color Harmonies of #C190B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190B6

Black with #C190B6

Text Example


Text Example

White with #C190B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190B6; }

 p { color: rgb(193,144,182); }

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

background-color css

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

 a { background-color: rgb(193,144,182); }

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

border-color css

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

 span { border-color: rgb(193,144,182); }

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