Html Css Color HEX #C492B9 Lily

📋 copy color: '#C492B9'

red 196 ◦ green 146 ◦ blue 185

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

Shades of Lily #C492B9

Tints of Lily #C492B9

RGB

 RED value IS 196 (76.95% from 255) = 37.19%

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

 BLUE value IS 185 (72.66% from 255) = 35.1%

R = 37.19%
G = 27.7%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C492B9 (or 0xC492B9) is known color: Lily. HEX triplet: C4, 92 and B9. RGB value is (196,146,185). Sum of RGB (Red+Green+Blue) = 196+146+185=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C492B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492B9 is #3B6D46. Grayscale: #A5A5A5. Windows color (decimal): -3894599 or 12161732. OLE color: 12161732.

HSL color Cylindrical-coordinate representation of color #C492B9: hue angle of 313.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C492B9 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 185 -
CMYK 0 0.26 0.06 0.23
HSL 313.2º 0.3% 0.67% -
HSV(B) 313.2º 0.26% 0.77% -
XYZ 41.8 35.8 50.61 -
YUV 165.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 196 146 185 0 0.26 0.06 0.23 313.2 0.3 0.67
Hex C4 92 B9 0 1A 6 17 139 1E 43
Octal 304 222 271 0 32 6 27 471 36 103
Binary 11000100 10010010 10111001 0 11010 110 10111 100111001 11110 1000011

Color Harmonies of #C492B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492B9

Black with #C492B9

Text Example


Text Example

White with #C492B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492B9; }

 p { color: rgb(196,146,185); }

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

background-color css

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

 a { background-color: rgb(196,146,185); }

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

border-color css

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

 span { border-color: rgb(196,146,185); }

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