Html Css Color HEX #C699AC Lily

📋 copy color: '#C699AC'

red 198 ◦ green 153 ◦ blue 172

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

Shades of Lily #C699AC

Tints of Lily #C699AC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.25%

 BLUE value IS 172 (67.58% from 255) = 32.89%

R = 37.86%
G = 29.25%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C699AC (or 0xC699AC) is known color: Lily. HEX triplet: C6, 99 and AC. RGB value is (198,153,172). Sum of RGB (Red+Green+Blue) = 198+153+172=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C699AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699AC is #396653. Grayscale: #A8A8A8. Windows color (decimal): -3761748 or 11311558. OLE color: 11311558.

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

Color convert

RGB 198 153 172 -
CMYK 0 0.23 0.13 0.22
HSL 334.67º 0.28% 0.69% -
HSV(B) 334.67º 0.23% 0.78% -
XYZ 42.13 37.77 44.1 -
YUV 168.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 198 153 172 0 0.23 0.13 0.22 334.67 0.28 0.69
Hex C6 99 AC 0 17 D 16 14F 1C 45
Octal 306 231 254 0 27 15 26 517 34 105
Binary 11000110 10011001 10101100 0 10111 1101 10110 101001111 11100 1000101

Color Harmonies of #C699AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699AC

Black with #C699AC

Text Example


Text Example

White with #C699AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699AC; }

 p { color: rgb(198,153,172); }

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

background-color css

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

 a { background-color: rgb(198,153,172); }

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

border-color css

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

 span { border-color: rgb(198,153,172); }

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