Html Css Color HEX #C292AF Lily

📋 copy color: '#C292AF'

red 194 ◦ green 146 ◦ blue 175

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

Shades of Lily #C292AF

Tints of Lily #C292AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 37.67%
G = 28.35%
B = 33.98%

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

#C292AF (or 0xC292AF) is known color: Lily. HEX triplet: C2, 92 and AF. RGB value is (194,146,175). Sum of RGB (Red+Green+Blue) = 194+146+175=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C292AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C292AF is #3D6D50. Grayscale: #A3A3A3. Windows color (decimal): -4025681 or 11506370. OLE color: 11506370.

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

Color convert

RGB 194 146 175 -
CMYK 0 0.25 0.10 0.24
HSL 323.75º 0.28% 0.67% -
HSV(B) 323.75º 0.25% 0.76% -
XYZ 40.26 35.12 45.21 -
YUV 163.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 194 146 175 0 0.25 0.10 0.24 323.75 0.28 0.67
Hex C2 92 AF 0 19 A 18 144 1C 43
Octal 302 222 257 0 31 12 30 504 34 103
Binary 11000010 10010010 10101111 0 11001 1010 11000 101000100 11100 1000011

Color Harmonies of #C292AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292AF

Black with #C292AF

Text Example


Text Example

White with #C292AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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