Html Css Color HEX #C292A8 Lily

📋 copy color: '#C292A8'

red 194 ◦ green 146 ◦ blue 168

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

Shades of Lily #C292A8

Tints of Lily #C292A8

RGB

 RED value IS 194 (76.17% from 255) = 38.19%

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

 BLUE value IS 168 (66.02% from 255) = 33.07%

R = 38.19%
G = 28.74%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C292A8 (or 0xC292A8) is known color: Lily. HEX triplet: C2, 92 and A8. RGB value is (194,146,168). Sum of RGB (Red+Green+Blue) = 194+146+168=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C292A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C292A8 is #3D6D57. Grayscale: #A2A2A2. Windows color (decimal): -4025688 or 11047618. OLE color: 11047618.

HSL color Cylindrical-coordinate representation of color #C292A8: hue angle of 332.5º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C292A8 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 146 168 -
CMYK 0 0.25 0.13 0.24
HSL 332.5º 0.28% 0.67% -
HSV(B) 332.5º 0.25% 0.76% -
XYZ 39.59 34.85 41.69 -
YUV 162.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 194 146 168 0 0.25 0.13 0.24 332.5 0.28 0.67
Hex C2 92 A8 0 19 D 18 14C 1C 43
Octal 302 222 250 0 31 15 30 514 34 103
Binary 11000010 10010010 10101000 0 11001 1101 11000 101001100 11100 1000011

Color Harmonies of #C292A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292A8

Black with #C292A8

Text Example


Text Example

White with #C292A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292A8; }

 p { color: rgb(194,146,168); }

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

background-color css

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

 a { background-color: rgb(194,146,168); }

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

border-color css

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

 span { border-color: rgb(194,146,168); }

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