Html Css Color HEX #C395B6 Lily

📋 copy color: '#C395B6'

red 195 ◦ green 149 ◦ blue 182

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

Shades of Lily #C395B6

Tints of Lily #C395B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.6%

R = 37.07%
G = 28.33%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C395B6 (or 0xC395B6) is known color: Lily. HEX triplet: C3, 95 and B6. RGB value is (195,149,182). Sum of RGB (Red+Green+Blue) = 195+149+182=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C395B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395B6 is #3C6A49. Grayscale: #A6A6A6. Windows color (decimal): -3959370 or 11965891. OLE color: 11965891.

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

Color convert

RGB 195 149 182 -
CMYK 0 0.24 0.07 0.24
HSL 316.96º 0.28% 0.67% -
HSV(B) 316.96º 0.24% 0.76% -
XYZ 41.7 36.47 49.1 -
YUV 166.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 195 149 182 0 0.24 0.07 0.24 316.96 0.28 0.67
Hex C3 95 B6 0 18 7 18 13D 1C 43
Octal 303 225 266 0 30 7 30 475 34 103
Binary 11000011 10010101 10110110 0 11000 111 11000 100111101 11100 1000011

Color Harmonies of #C395B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395B6

Black with #C395B6

Text Example


Text Example

White with #C395B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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