Html Css Color HEX #C698BA Lily

📋 copy color: '#C698BA'

red 198 ◦ green 152 ◦ blue 186

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

Shades of Lily #C698BA

Tints of Lily #C698BA

RGB

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

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

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

R = 36.94%
G = 28.36%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C698BA (or 0xC698BA) is known color: Lily. HEX triplet: C6, 98 and BA. RGB value is (198,152,186). Sum of RGB (Red+Green+Blue) = 198+152+186=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C698BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698BA is #396745. Grayscale: #A9A9A9. Windows color (decimal): -3761990 or 12228806. OLE color: 12228806.

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

Color convert

RGB 198 152 186 -
CMYK 0 0.23 0.06 0.22
HSL 315.65º 0.29% 0.69% -
HSV(B) 315.65º 0.23% 0.78% -
XYZ 43.38 38.01 51.5 -
YUV 169.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 198 152 186 0 0.23 0.06 0.22 315.65 0.29 0.69
Hex C6 98 BA 0 17 6 16 13C 1D 45
Octal 306 230 272 0 27 6 26 474 35 105
Binary 11000110 10011000 10111010 0 10111 110 10110 100111100 11101 1000101

Color Harmonies of #C698BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698BA

Black with #C698BA

Text Example


Text Example

White with #C698BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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