Html Css Color HEX #C292B0 Lily

📋 copy color: '#C292B0'

red 194 ◦ green 146 ◦ blue 176

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

Shades of Lily #C292B0

Tints of Lily #C292B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.11%

R = 37.6%
G = 28.29%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C292B0 (or 0xC292B0) is known color: Lily. HEX triplet: C2, 92 and B0. RGB value is (194,146,176). Sum of RGB (Red+Green+Blue) = 194+146+176=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C292B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C292B0 is #3D6D4F. Grayscale: #A3A3A3. Windows color (decimal): -4025680 or 11571906. OLE color: 11571906.

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

Color convert

RGB 194 146 176 -
CMYK 0 0.25 0.09 0.24
HSL 322.5º 0.28% 0.67% -
HSV(B) 322.5º 0.25% 0.76% -
XYZ 40.36 35.16 45.73 -
YUV 163.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 194 146 176 0 0.25 0.09 0.24 322.5 0.28 0.67
Hex C2 92 B0 0 19 9 18 142 1C 43
Octal 302 222 260 0 31 11 30 502 34 103
Binary 11000010 10010010 10110000 0 11001 1001 11000 101000010 11100 1000011

Color Harmonies of #C292B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292B0

Black with #C292B0

Text Example


Text Example

White with #C292B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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