Html Css Color HEX #C394B0 Lily

📋 copy color: '#C394B0'

red 195 ◦ green 148 ◦ blue 176

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

Shades of Lily #C394B0

Tints of Lily #C394B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 37.57%
G = 28.52%
B = 33.91%

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

#C394B0 (or 0xC394B0) is known color: Lily. HEX triplet: C3, 94 and B0. RGB value is (195,148,176). Sum of RGB (Red+Green+Blue) = 195+148+176=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C394B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394B0 is #3C6B4F. Grayscale: #A5A5A5. Windows color (decimal): -3959632 or 11572419. OLE color: 11572419.

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

Color convert

RGB 195 148 176 -
CMYK 0 0.24 0.10 0.24
HSL 324.26º 0.28% 0.67% -
HSV(B) 324.26º 0.24% 0.76% -
XYZ 40.93 35.92 45.85 -
YUV 165.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 195 148 176 0 0.24 0.10 0.24 324.26 0.28 0.67
Hex C3 94 B0 0 18 A 18 144 1C 43
Octal 303 224 260 0 30 12 30 504 34 103
Binary 11000011 10010100 10110000 0 11000 1010 11000 101000100 11100 1000011

Color Harmonies of #C394B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394B0

Black with #C394B0

Text Example


Text Example

White with #C394B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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