Html Css Color HEX #C394BA Lily

📋 copy color: '#C394BA'

red 195 ◦ green 148 ◦ blue 186

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

Shades of Lily #C394BA

Tints of Lily #C394BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 36.86%
G = 27.98%
B = 35.16%

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

#C394BA (or 0xC394BA) is known color: Lily. HEX triplet: C3, 94 and BA. RGB value is (195,148,186). Sum of RGB (Red+Green+Blue) = 195+148+186=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C394BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394BA is #3C6B45. Grayscale: #A6A6A6. Windows color (decimal): -3959622 or 12227779. OLE color: 12227779.

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

Color convert

RGB 195 148 186 -
CMYK 0 0.24 0.05 0.24
HSL 311.49º 0.28% 0.67% -
HSV(B) 311.49º 0.24% 0.76% -
XYZ 41.96 36.33 51.25 -
YUV 166.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 195 148 186 0 0.24 0.05 0.24 311.49 0.28 0.67
Hex C3 94 BA 0 18 5 18 137 1C 43
Octal 303 224 272 0 30 5 30 467 34 103
Binary 11000011 10010100 10111010 0 11000 101 11000 100110111 11100 1000011

Color Harmonies of #C394BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394BA

Black with #C394BA

Text Example


Text Example

White with #C394BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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