Html Css Color HEX #C292AE Lily

📋 copy color: '#C292AE'

red 194 ◦ green 146 ◦ blue 174

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

Shades of Lily #C292AE

Tints of Lily #C292AE

RGB

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

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

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

R = 37.74%
G = 28.4%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C292AE (or 0xC292AE) is known color: Lily. HEX triplet: C2, 92 and AE. RGB value is (194,146,174). Sum of RGB (Red+Green+Blue) = 194+146+174=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C292AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C292AE is #3D6D51. Grayscale: #A3A3A3. Windows color (decimal): -4025682 or 11440834. OLE color: 11440834.

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

Color convert

RGB 194 146 174 -
CMYK 0 0.25 0.10 0.24
HSL 325º 0.28% 0.67% -
HSV(B) 325º 0.25% 0.76% -
XYZ 40.17 35.08 44.7 -
YUV 163.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 194 146 174 0 0.25 0.10 0.24 325 0.28 0.67
Hex C2 92 AE 0 19 A 18 145 1C 43
Octal 302 222 256 0 31 12 30 505 34 103
Binary 11000010 10010010 10101110 0 11001 1010 11000 101000101 11100 1000011

Color Harmonies of #C292AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292AE

Black with #C292AE

Text Example


Text Example

White with #C292AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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