Html Css Color HEX #C698BE Lilac

📋 copy color: '#C698BE'

red 198 ◦ green 152 ◦ blue 190

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

Shades of Lilac #C698BE

Tints of Lilac #C698BE

RGB

 RED value IS 198 (77.73% from 255) = 36.67%

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 36.67%
G = 28.15%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C698BE (or 0xC698BE) is known color: Lilac. HEX triplet: C6, 98 and BE. RGB value is (198,152,190). Sum of RGB (Red+Green+Blue) = 198+152+190=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 198 - color contains mainly: red. Hex color #C698BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698BE is #396741. Grayscale: #A9A9A9. Windows color (decimal): -3761986 or 12490950. OLE color: 12490950.

HSL color Cylindrical-coordinate representation of color #C698BE: hue angle of 310.43º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C698BE is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 190 -
CMYK 0 0.23 0.04 0.22
HSL 310.43º 0.29% 0.69% -
HSV(B) 310.43º 0.23% 0.78% -
XYZ 43.81 38.18 53.78 -
YUV 170.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 198 152 190 0 0.23 0.04 0.22 310.43 0.29 0.69
Hex C6 98 BE 0 17 4 16 136 1D 45
Octal 306 230 276 0 27 4 26 466 35 105
Binary 11000110 10011000 10111110 0 10111 100 10110 100110110 11101 1000101

Color Harmonies of #C698BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698BE

Black with #C698BE

Text Example


Text Example

White with #C698BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698BE; }

 p { color: rgb(198,152,190); }

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

background-color css

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

 a { background-color: rgb(198,152,190); }

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

border-color css

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

 span { border-color: rgb(198,152,190); }

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