Html Css Color HEX #C698BC Lily

📋 copy color: '#C698BC'

red 198 ◦ green 152 ◦ blue 188

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

Shades of Lily #C698BC

Tints of Lily #C698BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 36.8%
G = 28.25%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C698BC (or 0xC698BC) is known color: Lily. HEX triplet: C6, 98 and BC. RGB value is (198,152,188). Sum of RGB (Red+Green+Blue) = 198+152+188=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C698BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698BC is #396743. Grayscale: #A9A9A9. Windows color (decimal): -3761988 or 12359878. OLE color: 12359878.

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

Color convert

RGB 198 152 188 -
CMYK 0 0.23 0.05 0.22
HSL 313.04º 0.29% 0.69% -
HSV(B) 313.04º 0.23% 0.78% -
XYZ 43.59 38.09 52.63 -
YUV 169.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 198 152 188 0 0.23 0.05 0.22 313.04 0.29 0.69
Hex C6 98 BC 0 17 5 16 139 1D 45
Octal 306 230 274 0 27 5 26 471 35 105
Binary 11000110 10011000 10111100 0 10111 101 10110 100111001 11101 1000101

Color Harmonies of #C698BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698BC

Black with #C698BC

Text Example


Text Example

White with #C698BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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