Html Css Color HEX #C192AF Lily

📋 copy color: '#C192AF'

red 193 ◦ green 146 ◦ blue 175

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

Shades of Lily #C192AF

Tints of Lily #C192AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.05%

R = 37.55%
G = 28.4%
B = 34.05%

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

#C192AF (or 0xC192AF) is known color: Lily. HEX triplet: C1, 92 and AF. RGB value is (193,146,175). Sum of RGB (Red+Green+Blue) = 193+146+175=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C192AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192AF is #3E6D50. Grayscale: #A3A3A3. Windows color (decimal): -4091217 or 11506369. OLE color: 11506369.

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

Color convert

RGB 193 146 175 -
CMYK 0 0.24 0.09 0.24
HSL 322.98º 0.27% 0.66% -
HSV(B) 322.98º 0.24% 0.76% -
XYZ 40.01 34.99 45.2 -
YUV 163.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 193 146 175 0 0.24 0.09 0.24 322.98 0.27 0.66
Hex C1 92 AF 0 18 9 18 143 1B 42
Octal 301 222 257 0 30 11 30 503 33 102
Binary 11000001 10010010 10101111 0 11000 1001 11000 101000011 11011 1000010

Color Harmonies of #C192AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192AF

Black with #C192AF

Text Example


Text Example

White with #C192AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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