Html Css Color HEX #C395B9 Lily

📋 copy color: '#C395B9'

red 195 ◦ green 149 ◦ blue 185

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

Shades of Lily #C395B9

Tints of Lily #C395B9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.17%

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

R = 36.86%
G = 28.17%
B = 34.97%

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

#C395B9 (or 0xC395B9) is known color: Lily. HEX triplet: C3, 95 and B9. RGB value is (195,149,185). Sum of RGB (Red+Green+Blue) = 195+149+185=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C395B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395B9 is #3C6A46. Grayscale: #A6A6A6. Windows color (decimal): -3959367 or 12162499. OLE color: 12162499.

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

Color convert

RGB 195 149 185 -
CMYK 0 0.24 0.05 0.24
HSL 313.04º 0.28% 0.67% -
HSV(B) 313.04º 0.24% 0.76% -
XYZ 42.01 36.6 50.75 -
YUV 166.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 195 149 185 0 0.24 0.05 0.24 313.04 0.28 0.67
Hex C3 95 B9 0 18 5 18 139 1C 43
Octal 303 225 271 0 30 5 30 471 34 103
Binary 11000011 10010101 10111001 0 11000 101 11000 100111001 11100 1000011

Color Harmonies of #C395B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395B9

Black with #C395B9

Text Example


Text Example

White with #C395B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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