Html Css Color HEX #C394AF Lily

📋 copy color: '#C394AF'

red 195 ◦ green 148 ◦ blue 175

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

Shades of Lily #C394AF

Tints of Lily #C394AF

RGB

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

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

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

R = 37.64%
G = 28.57%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C394AF (or 0xC394AF) is known color: Lily. HEX triplet: C3, 94 and AF. RGB value is (195,148,175). Sum of RGB (Red+Green+Blue) = 195+148+175=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C394AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394AF is #3C6B50. Grayscale: #A5A5A5. Windows color (decimal): -3959633 or 11506883. OLE color: 11506883.

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

Color convert

RGB 195 148 175 -
CMYK 0 0.24 0.10 0.24
HSL 325.53º 0.28% 0.67% -
HSV(B) 325.53º 0.24% 0.76% -
XYZ 40.83 35.88 45.33 -
YUV 165.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 195 148 175 0 0.24 0.10 0.24 325.53 0.28 0.67
Hex C3 94 AF 0 18 A 18 146 1C 43
Octal 303 224 257 0 30 12 30 506 34 103
Binary 11000011 10010100 10101111 0 11000 1010 11000 101000110 11100 1000011

Color Harmonies of #C394AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394AF

Black with #C394AF

Text Example


Text Example

White with #C394AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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