Html Css Color HEX #C292B2 Lily

📋 copy color: '#C292B2'

red 194 ◦ green 146 ◦ blue 178

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

Shades of Lily #C292B2

Tints of Lily #C292B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.36%

R = 37.45%
G = 28.19%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C292B2 (or 0xC292B2) is known color: Lily. HEX triplet: C2, 92 and B2. RGB value is (194,146,178). Sum of RGB (Red+Green+Blue) = 194+146+178=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C292B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C292B2 is #3D6D4D. Grayscale: #A3A3A3. Windows color (decimal): -4025678 or 11702978. OLE color: 11702978.

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

Color convert

RGB 194 146 178 -
CMYK 0 0.25 0.08 0.24
HSL 320º 0.28% 0.67% -
HSV(B) 320º 0.25% 0.76% -
XYZ 40.56 35.24 46.78 -
YUV 164 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 194 146 178 0 0.25 0.08 0.24 320 0.28 0.67
Hex C2 92 B2 0 19 8 18 140 1C 43
Octal 302 222 262 0 31 10 30 500 34 103
Binary 11000010 10010010 10110010 0 11001 1000 11000 101000000 11100 1000011

Color Harmonies of #C292B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292B2

Black with #C292B2

Text Example


Text Example

White with #C292B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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