Html Css Color HEX #C398B0 Lily

📋 copy color: '#C398B0'

red 195 ◦ green 152 ◦ blue 176

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

Shades of Lily #C398B0

Tints of Lily #C398B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.65%

R = 37.28%
G = 29.06%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C398B0 (or 0xC398B0) is known color: Lily. HEX triplet: C3, 98 and B0. RGB value is (195,152,176). Sum of RGB (Red+Green+Blue) = 195+152+176=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C398B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C398B0 is #3C674F. Grayscale: #A7A7A7. Windows color (decimal): -3958608 or 11573443. OLE color: 11573443.

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

Color convert

RGB 195 152 176 -
CMYK 0 0.22 0.10 0.24
HSL 326.51º 0.26% 0.68% -
HSV(B) 326.51º 0.22% 0.76% -
XYZ 41.57 37.19 46.06 -
YUV 167.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 195 152 176 0 0.22 0.10 0.24 326.51 0.26 0.68
Hex C3 98 B0 0 16 A 18 147 1A 44
Octal 303 230 260 0 26 12 30 507 32 104
Binary 11000011 10011000 10110000 0 10110 1010 11000 101000111 11010 1000100

Color Harmonies of #C398B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398B0

Black with #C398B0

Text Example


Text Example

White with #C398B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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