Html Css Color HEX #C192AE Lily

📋 copy color: '#C192AE'

red 193 ◦ green 146 ◦ blue 174

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

Shades of Lily #C192AE

Tints of Lily #C192AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.92%

R = 37.62%
G = 28.46%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C192AE (or 0xC192AE) is known color: Lily. HEX triplet: C1, 92 and AE. RGB value is (193,146,174). Sum of RGB (Red+Green+Blue) = 193+146+174=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C192AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192AE is #3E6D51. Grayscale: #A3A3A3. Windows color (decimal): -4091218 or 11440833. OLE color: 11440833.

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

Color convert

RGB 193 146 174 -
CMYK 0 0.24 0.10 0.24
HSL 324.26º 0.27% 0.66% -
HSV(B) 324.26º 0.24% 0.76% -
XYZ 39.91 34.95 44.69 -
YUV 163.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 193 146 174 0 0.24 0.10 0.24 324.26 0.27 0.66
Hex C1 92 AE 0 18 A 18 144 1B 42
Octal 301 222 256 0 30 12 30 504 33 102
Binary 11000001 10010010 10101110 0 11000 1010 11000 101000100 11011 1000010

Color Harmonies of #C192AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192AE

Black with #C192AE

Text Example


Text Example

White with #C192AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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