Html Css Color HEX #C192AA Lily

📋 copy color: '#C192AA'

red 193 ◦ green 146 ◦ blue 170

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

Shades of Lily #C192AA

Tints of Lily #C192AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 37.92%
G = 28.68%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C192AA (or 0xC192AA) is known color: Lily. HEX triplet: C1, 92 and AA. RGB value is (193,146,170). Sum of RGB (Red+Green+Blue) = 193+146+170=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C192AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192AA is #3E6D55. Grayscale: #A2A2A2. Windows color (decimal): -4091222 or 11178689. OLE color: 11178689.

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

Color convert

RGB 193 146 170 -
CMYK 0 0.24 0.12 0.24
HSL 329.36º 0.27% 0.66% -
HSV(B) 329.36º 0.24% 0.76% -
XYZ 39.53 34.8 42.66 -
YUV 162.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 193 146 170 0 0.24 0.12 0.24 329.36 0.27 0.66
Hex C1 92 AA 0 18 C 18 149 1B 42
Octal 301 222 252 0 30 14 30 511 33 102
Binary 11000001 10010010 10101010 0 11000 1100 11000 101001001 11011 1000010

Color Harmonies of #C192AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192AA

Black with #C192AA

Text Example


Text Example

White with #C192AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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