Html Css Color HEX #C397BA Lily

📋 copy color: '#C397BA'

red 195 ◦ green 151 ◦ blue 186

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

Shades of Lily #C397BA

Tints of Lily #C397BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.38%

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

R = 36.65%
G = 28.38%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C397BA (or 0xC397BA) is known color: Lily. HEX triplet: C3, 97 and BA. RGB value is (195,151,186). Sum of RGB (Red+Green+Blue) = 195+151+186=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C397BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397BA is #3C6845. Grayscale: #A8A8A8. Windows color (decimal): -3958854 or 12228547. OLE color: 12228547.

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

Color convert

RGB 195 151 186 -
CMYK 0 0.23 0.05 0.24
HSL 312.27º 0.27% 0.68% -
HSV(B) 312.27º 0.23% 0.76% -
XYZ 42.44 37.28 51.41 -
YUV 168.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 195 151 186 0 0.23 0.05 0.24 312.27 0.27 0.68
Hex C3 97 BA 0 17 5 18 138 1B 44
Octal 303 227 272 0 27 5 30 470 33 104
Binary 11000011 10010111 10111010 0 10111 101 11000 100111000 11011 1000100

Color Harmonies of #C397BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C397BA

Black with #C397BA

Text Example


Text Example

White with #C397BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C397BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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