Html Css Color HEX #C698AF Lily

📋 copy color: '#C698AF'

red 198 ◦ green 152 ◦ blue 175

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

Shades of Lily #C698AF

Tints of Lily #C698AF

RGB

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

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

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

R = 37.71%
G = 28.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C698AF (or 0xC698AF) is known color: Lily. HEX triplet: C6, 98 and AF. RGB value is (198,152,175). Sum of RGB (Red+Green+Blue) = 198+152+175=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C698AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698AF is #396750. Grayscale: #A8A8A8. Windows color (decimal): -3762001 or 11507910. OLE color: 11507910.

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

Color convert

RGB 198 152 175 -
CMYK 0 0.23 0.12 0.22
HSL 330º 0.29% 0.69% -
HSV(B) 330º 0.23% 0.78% -
XYZ 42.25 37.56 45.58 -
YUV 168.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 198 152 175 0 0.23 0.12 0.22 330 0.29 0.69
Hex C6 98 AF 0 17 C 16 14A 1D 45
Octal 306 230 257 0 27 14 26 512 35 105
Binary 11000110 10011000 10101111 0 10111 1100 10110 101001010 11101 1000101

Color Harmonies of #C698AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698AF

Black with #C698AF

Text Example


Text Example

White with #C698AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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