Html Css Color HEX #C398B6 Lily

📋 copy color: '#C398B6'

red 195 ◦ green 152 ◦ blue 182

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

Shades of Lily #C398B6

Tints of Lily #C398B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.4%

R = 36.86%
G = 28.73%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C398B6 (or 0xC398B6) is known color: Lily. HEX triplet: C3, 98 and B6. RGB value is (195,152,182). Sum of RGB (Red+Green+Blue) = 195+152+182=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C398B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398B6 is #3C6749. Grayscale: #A8A8A8. Windows color (decimal): -3958602 or 11966659. OLE color: 11966659.

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

Color convert

RGB 195 152 182 -
CMYK 0 0.22 0.07 0.24
HSL 318.14º 0.26% 0.68% -
HSV(B) 318.14º 0.22% 0.76% -
XYZ 42.18 37.44 49.26 -
YUV 168.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 195 152 182 0 0.22 0.07 0.24 318.14 0.26 0.68
Hex C3 98 B6 0 16 7 18 13E 1A 44
Octal 303 230 266 0 26 7 30 476 32 104
Binary 11000011 10011000 10110110 0 10110 111 11000 100111110 11010 1000100

Color Harmonies of #C398B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398B6

Black with #C398B6

Text Example


Text Example

White with #C398B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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