Html Css Color HEX #C192B0 Lily

📋 copy color: '#C192B0'

red 193 ◦ green 146 ◦ blue 176

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

Shades of Lily #C192B0

Tints of Lily #C192B0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.35%

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

R = 37.48%
G = 28.35%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C192B0 (or 0xC192B0) is known color: Lily. HEX triplet: C1, 92 and B0. RGB value is (193,146,176). Sum of RGB (Red+Green+Blue) = 193+146+176=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C192B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192B0 is #3E6D4F. Grayscale: #A3A3A3. Windows color (decimal): -4091216 or 11571905. OLE color: 11571905.

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

Color convert

RGB 193 146 176 -
CMYK 0 0.24 0.09 0.24
HSL 321.7º 0.27% 0.66% -
HSV(B) 321.7º 0.24% 0.76% -
XYZ 40.11 35.03 45.72 -
YUV 163.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 193 146 176 0 0.24 0.09 0.24 321.7 0.27 0.66
Hex C1 92 B0 0 18 9 18 142 1B 42
Octal 301 222 260 0 30 11 30 502 33 102
Binary 11000001 10010010 10110000 0 11000 1001 11000 101000010 11011 1000010

Color Harmonies of #C192B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192B0

Black with #C192B0

Text Example


Text Example

White with #C192B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192B0; }

 p { color: rgb(193,146,176); }

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

background-color css

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

 a { background-color: rgb(193,146,176); }

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

border-color css

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

 span { border-color: rgb(193,146,176); }

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