Html Css Color HEX #C394B9 Lily

📋 copy color: '#C394B9'

red 195 ◦ green 148 ◦ blue 185

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

Shades of Lily #C394B9

Tints of Lily #C394B9

RGB

 RED value IS 195 (76.56% from 255) = 36.93%

 GREEN value IS 148 (58.2% from 255) = 28.03%

 BLUE value IS 185 (72.66% from 255) = 35.04%

R = 36.93%
G = 28.03%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C394B9 (or 0xC394B9) is known color: Lily. HEX triplet: C3, 94 and B9. RGB value is (195,148,185). Sum of RGB (Red+Green+Blue) = 195+148+185=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C394B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394B9 is #3C6B46. Grayscale: #A6A6A6. Windows color (decimal): -3959623 or 12162243. OLE color: 12162243.

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

Color convert

RGB 195 148 185 -
CMYK 0 0.24 0.05 0.24
HSL 312.77º 0.28% 0.67% -
HSV(B) 312.77º 0.24% 0.76% -
XYZ 41.85 36.28 50.7 -
YUV 166.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 195 148 185 0 0.24 0.05 0.24 312.77 0.28 0.67
Hex C3 94 B9 0 18 5 18 139 1C 43
Octal 303 224 271 0 30 5 30 471 34 103
Binary 11000011 10010100 10111001 0 11000 101 11000 100111001 11100 1000011

Color Harmonies of #C394B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394B9

Black with #C394B9

Text Example


Text Example

White with #C394B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394B9; }

 p { color: rgb(195,148,185); }

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

background-color css

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

 a { background-color: rgb(195,148,185); }

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

border-color css

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

 span { border-color: rgb(195,148,185); }

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