Html Css Color HEX #C394B7 Lily

📋 copy color: '#C394B7'

red 195 ◦ green 148 ◦ blue 183

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

Shades of Lily #C394B7

Tints of Lily #C394B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.79%

R = 37.07%
G = 28.14%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C394B7 (or 0xC394B7) is known color: Lily. HEX triplet: C3, 94 and B7. RGB value is (195,148,183). Sum of RGB (Red+Green+Blue) = 195+148+183=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C394B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394B7 is #3C6B48. Grayscale: #A5A5A5. Windows color (decimal): -3959625 or 12031171. OLE color: 12031171.

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

Color convert

RGB 195 148 183 -
CMYK 0 0.24 0.06 0.24
HSL 315.32º 0.28% 0.67% -
HSV(B) 315.32º 0.24% 0.76% -
XYZ 41.64 36.2 49.59 -
YUV 166.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 195 148 183 0 0.24 0.06 0.24 315.32 0.28 0.67
Hex C3 94 B7 0 18 6 18 13B 1C 43
Octal 303 224 267 0 30 6 30 473 34 103
Binary 11000011 10010100 10110111 0 11000 110 11000 100111011 11100 1000011

Color Harmonies of #C394B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394B7

Black with #C394B7

Text Example


Text Example

White with #C394B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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