Html Css Color HEX #C398AF Lily

📋 copy color: '#C398AF'

red 195 ◦ green 152 ◦ blue 175

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

Shades of Lily #C398AF

Tints of Lily #C398AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.52%

R = 37.36%
G = 29.12%
B = 33.52%

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

#C398AF (or 0xC398AF) is known color: Lily. HEX triplet: C3, 98 and AF. RGB value is (195,152,175). Sum of RGB (Red+Green+Blue) = 195+152+175=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C398AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C398AF is #3C6750. Grayscale: #A7A7A7. Windows color (decimal): -3958609 or 11507907. OLE color: 11507907.

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

Color convert

RGB 195 152 175 -
CMYK 0 0.22 0.10 0.24
HSL 327.91º 0.26% 0.68% -
HSV(B) 327.91º 0.22% 0.76% -
XYZ 41.47 37.15 45.54 -
YUV 167.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 195 152 175 0 0.22 0.10 0.24 327.91 0.26 0.68
Hex C3 98 AF 0 16 A 18 148 1A 44
Octal 303 230 257 0 26 12 30 510 32 104
Binary 11000011 10011000 10101111 0 10110 1010 11000 101001000 11010 1000100

Color Harmonies of #C398AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398AF

Black with #C398AF

Text Example


Text Example

White with #C398AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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