Html Css Color HEX #C192B4 Lily

📋 copy color: '#C192B4'

red 193 ◦ green 146 ◦ blue 180

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

Shades of Lily #C192B4

Tints of Lily #C192B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 37.19%
G = 28.13%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C192B4 (or 0xC192B4) is known color: Lily. HEX triplet: C1, 92 and B4. RGB value is (193,146,180). Sum of RGB (Red+Green+Blue) = 193+146+180=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C192B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192B4 is #3E6D4B. Grayscale: #A3A3A3. Windows color (decimal): -4091212 or 11834049. OLE color: 11834049.

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

Color convert

RGB 193 146 180 -
CMYK 0 0.24 0.07 0.24
HSL 316.6º 0.27% 0.66% -
HSV(B) 316.6º 0.24% 0.76% -
XYZ 40.51 35.19 47.84 -
YUV 163.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 193 146 180 0 0.24 0.07 0.24 316.6 0.27 0.66
Hex C1 92 B4 0 18 7 18 13D 1B 42
Octal 301 222 264 0 30 7 30 475 33 102
Binary 11000001 10010010 10110100 0 11000 111 11000 100111101 11011 1000010

Color Harmonies of #C192B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192B4

Black with #C192B4

Text Example


Text Example

White with #C192B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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