Html Css Color HEX #C39BBA Lily

📋 copy color: '#C39BBA'

red 195 ◦ green 155 ◦ blue 186

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

Shades of Lily #C39BBA

Tints of Lily #C39BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.92%

 BLUE value IS 186 (73.05% from 255) = 34.7%

R = 36.38%
G = 28.92%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C39BBA (or 0xC39BBA) is known color: Lily. HEX triplet: C3, 9B and BA. RGB value is (195,155,186). Sum of RGB (Red+Green+Blue) = 195+155+186=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BBA is #3C6445. Grayscale: #AAAAAA. Windows color (decimal): -3957830 or 12229571. OLE color: 12229571.

HSL color Cylindrical-coordinate representation of color #C39BBA: hue angle of 313.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39BBA is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 155 186 -
CMYK 0 0.21 0.05 0.24
HSL 313.5º 0.25% 0.69% -
HSV(B) 313.5º 0.21% 0.76% -
XYZ 43.09 38.59 51.63 -
YUV 170.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 195 155 186 0 0.21 0.05 0.24 313.5 0.25 0.69
Hex C3 9B BA 0 15 5 18 13A 19 45
Octal 303 233 272 0 25 5 30 472 31 105
Binary 11000011 10011011 10111010 0 10101 101 11000 100111010 11001 1000101

Color Harmonies of #C39BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39BBA

Black with #C39BBA

Text Example


Text Example

White with #C39BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39BBA; }

 p { color: rgb(195,155,186); }

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

background-color css

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

 a { background-color: rgb(195,155,186); }

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

border-color css

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

 span { border-color: rgb(195,155,186); }

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