Html Css Color HEX #C699BA Lily

📋 copy color: '#C699BA'

red 198 ◦ green 153 ◦ blue 186

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

Shades of Lily #C699BA

Tints of Lily #C699BA

RGB

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

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

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

R = 36.87%
G = 28.49%
B = 34.64%

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

#C699BA (or 0xC699BA) is known color: Lily. HEX triplet: C6, 99 and BA. RGB value is (198,153,186). Sum of RGB (Red+Green+Blue) = 198+153+186=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C699BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699BA is #396645. Grayscale: #AAAAAA. Windows color (decimal): -3761734 or 12229062. OLE color: 12229062.

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

Color convert

RGB 198 153 186 -
CMYK 0 0.23 0.06 0.22
HSL 316º 0.28% 0.69% -
HSV(B) 316º 0.23% 0.78% -
XYZ 43.54 38.33 51.56 -
YUV 170.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 198 153 186 0 0.23 0.06 0.22 316 0.28 0.69
Hex C6 99 BA 0 17 6 16 13C 1C 45
Octal 306 231 272 0 27 6 26 474 34 105
Binary 11000110 10011001 10111010 0 10111 110 10110 100111100 11100 1000101

Color Harmonies of #C699BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699BA

Black with #C699BA

Text Example


Text Example

White with #C699BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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