Html Css Color HEX #C398BA Lily

📋 copy color: '#C398BA'

red 195 ◦ green 152 ◦ blue 186

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

Shades of Lily #C398BA

Tints of Lily #C398BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.52%

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

R = 36.59%
G = 28.52%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C398BA (or 0xC398BA) is known color: Lily. HEX triplet: C3, 98 and BA. RGB value is (195,152,186). Sum of RGB (Red+Green+Blue) = 195+152+186=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C398BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398BA is #3C6745. Grayscale: #A8A8A8. Windows color (decimal): -3958598 or 12228803. OLE color: 12228803.

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

Color convert

RGB 195 152 186 -
CMYK 0 0.22 0.05 0.24
HSL 312.56º 0.26% 0.68% -
HSV(B) 312.56º 0.22% 0.76% -
XYZ 42.6 37.6 51.47 -
YUV 168.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 195 152 186 0 0.22 0.05 0.24 312.56 0.26 0.68
Hex C3 98 BA 0 16 5 18 139 1A 44
Octal 303 230 272 0 26 5 30 471 32 104
Binary 11000011 10011000 10111010 0 10110 101 11000 100111001 11010 1000100

Color Harmonies of #C398BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398BA

Black with #C398BA

Text Example


Text Example

White with #C398BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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