Html Css Color HEX #C190B2 Lily

📋 copy color: '#C190B2'

red 193 ◦ green 144 ◦ blue 178

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

Shades of Lily #C190B2

Tints of Lily #C190B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.56%

R = 37.48%
G = 27.96%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C190B2 (or 0xC190B2) is known color: Lily. HEX triplet: C1, 90 and B2. RGB value is (193,144,178). Sum of RGB (Red+Green+Blue) = 193+144+178=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C190B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C190B2 is #3E6F4D. Grayscale: #A2A2A2. Windows color (decimal): -4091726 or 11702465. OLE color: 11702465.

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

Color convert

RGB 193 144 178 -
CMYK 0 0.25 0.08 0.24
HSL 318.37º 0.28% 0.66% -
HSV(B) 318.37º 0.25% 0.76% -
XYZ 40 34.5 46.67 -
YUV 162.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 193 144 178 0 0.25 0.08 0.24 318.37 0.28 0.66
Hex C1 90 B2 0 19 8 18 13E 1C 42
Octal 301 220 262 0 31 10 30 476 34 102
Binary 11000001 10010000 10110010 0 11001 1000 11000 100111110 11100 1000010

Color Harmonies of #C190B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190B2

Black with #C190B2

Text Example


Text Example

White with #C190B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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